diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-08 09:30:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 09:30:56 -0800 |
commit | c5c923cf282709a9f978849afa1d0cdb54c06190 (patch) | |
tree | 21547137e27107ecc6c3c822183ae8ed871bce86 | |
parent | carmel: apply systems and desktop modules (diff) | |
download | world-c5c923cf282709a9f978849afa1d0cdb54c06190.tar.gz |
systems: drop nix.settings
This is not yet available with the current configuration.
-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"; |