diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 22:47:31 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 22:47:31 +0200 |
| commit | 55a1dc98f382b7d361265bf40d9c80f92fe5c67a (patch) | |
| tree | 67a27f9a4d926357afa2359f507867320fa076e2 /modules/system/system.nix | |
| parent | f60b15ac8fbbc481d77eb3321d6a2540abbd2f47 (diff) | |
Removed old nix config from system.nix
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; - }; }; } |
