Added trusted nix users
This commit is contained in:
parent
8b7df973ff
commit
c99508b8ec
|
@ -63,6 +63,7 @@
|
|||
extraOptions = ''
|
||||
show-trace = true # Enable --show-trace by default for nix
|
||||
'';
|
||||
trustedUsers = ["root" "craige"];
|
||||
};
|
||||
|
||||
system.extraSystemBuilderCmds = ''
|
||||
|
|
Loading…
Reference in a new issue