diff options
Diffstat (limited to 'modules/system/system.nix')
| -rw-r--r-- | modules/system/system.nix | 7 |
1 files changed, 0 insertions, 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; - }; }; } |
