summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-18 22:47:31 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-18 22:47:31 +0200
commit55a1dc98f382b7d361265bf40d9c80f92fe5c67a (patch)
tree67a27f9a4d926357afa2359f507867320fa076e2 /modules/system
parentf60b15ac8fbbc481d77eb3321d6a2540abbd2f47 (diff)
Removed old nix config from system.nix
Diffstat (limited to 'modules/system')
-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;
- };
};
}