Add root to trusted users
This commit is contained in:
parent
ce82a5e501
commit
b1dac53ce1
@ -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