summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.nix7
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;
- };
};
}