1
0

Add root to trusted users

This commit is contained in:
dump_stack() 2020-05-31 13:57:38 +00:00
parent ce82a5e501
commit b1dac53ce1
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -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";