diff options
-rw-r--r-- | modules/systems/nix.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/systems/nix.nix b/modules/systems/nix.nix index 4b97121..1bacdfd 100644 --- a/modules/systems/nix.nix +++ b/modules/systems/nix.nix @@ -5,11 +5,6 @@ experimental-features = nix-command ''; - nix.settings = { - auto-optimise-store = true; - trusted-users = [ "root" "@wheel" ]; - }; - nix.gc = { automatic = true; options = "--delete-older-than 14d"; |