diff options
author | Alan Pearce | 2019-10-14 21:07:13 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-16 19:27:33 +0200 |
commit | fce682aaa1606fd7c16b0cd547618e21f327d22d (patch) | |
tree | 4e11073d284bff86c0b5e041e8279c1d14e0e241 /system | |
parent | f21cf65ba9c9f9d1f5b1a677505cd0dcec005541 (diff) | |
download | nixfiles-fce682aaa1606fd7c16b0cd547618e21f327d22d.tar.lz nixfiles-fce682aaa1606fd7c16b0cd547618e21f327d22d.tar.zst nixfiles-fce682aaa1606fd7c16b0cd547618e21f327d22d.zip |
nix: let wheel group view build traces
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/configuration/nix.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix index d254de0e..625b6b92 100644 --- a/system/settings/configuration/nix.nix +++ b/system/settings/configuration/nix.nix @@ -6,6 +6,8 @@ daemonNiceLevel = 19; daemonIONiceLevel = 7; + trustedUsers = [ "@wheel" ]; + autoOptimiseStore = true; gc = { automatic = true; |