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