Add root to trusted users
This commit is contained in:
parent
07a786b48a
commit
e34e63be11
@ -55,7 +55,7 @@ in {
|
|||||||
|
|
||||||
system.stateVersion = "19.09";
|
system.stateVersion = "19.09";
|
||||||
|
|
||||||
nix.trustedUsers = [ "user" ];
|
nix.trustedUsers = [ "root" "user" ];
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.gc.options = "--delete-older-than 7d";
|
nix.gc.options = "--delete-older-than 7d";
|
||||||
|
Loading…
Reference in New Issue
Block a user