about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 09:30:56 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 09:30:56 -0800
commitc5c923cf282709a9f978849afa1d0cdb54c06190 (patch)
tree21547137e27107ecc6c3c822183ae8ed871bce86
parentcarmel: apply systems and desktop modules (diff)
downloadworld-c5c923cf282709a9f978849afa1d0cdb54c06190.tar.gz
systems: drop nix.settings
This is not yet available with the current configuration.
Diffstat (limited to '')
-rw-r--r--modules/systems/nix.nix5
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";