From 55a1dc98f382b7d361265bf40d9c80f92fe5c67a Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 18 Jun 2026 22:47:31 +0200 Subject: Removed old nix config from system.nix --- modules/system/system.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/system/system.nix b/modules/system/system.nix index b02a624..283ea77 100644 --- a/modules/system/system.nix +++ b/modules/system/system.nix @@ -12,12 +12,5 @@ imports = [ self.nixosModules.nix # Nix configuration ]; - # NIX - nix.settings = mkDefault { - experimental-features = mkDefault ["nix-command" "flakes"]; - - warn-dirty = true; - auto-optimise-store = true; - }; }; } -- cgit v1.2.3