From 949f42b6830a13259900bf109af08f72d23b1e8a Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 3 Mar 2024 10:25:26 +0800 Subject: [PATCH] nixos/profiles/desktop: remove improper cloning config This causes a bug to be recursively import nixpkgs and taking over space. --- modules/nixos/profiles/desktop/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nixos/profiles/desktop/default.nix b/modules/nixos/profiles/desktop/default.nix index 78625c87..2219df0d 100644 --- a/modules/nixos/profiles/desktop/default.nix +++ b/modules/nixos/profiles/desktop/default.nix @@ -7,7 +7,4 @@ ./audio.nix ./hardware.nix ]; - - # We'll just have the configuration stored as a backup. - environment.etc.nixos.source = ../../../../..; }