all repos — nixfiles @ fce682aaa1606fd7c16b0cd547618e21f327d22d

System and user configuration, managed by nix and home-manager

nix: let wheel group view build traces
Alan Pearce alan@alanpearce.eu
Mon, 14 Oct 2019 21:07:13 +0200
commit

fce682aaa1606fd7c16b0cd547618e21f327d22d

parent

f21cf65ba9c9f9d1f5b1a677505cd0dcec005541

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -6,6 +6,8 @@     daemonNiceLevel = 19;
     daemonIONiceLevel = 7;
 
+    trustedUsers = [ "@wheel" ];
+
     autoOptimiseStore = true;
     gc = {
       automatic = true;