1
0
Fork 0

Add root to trusted users

master
dump_stack() 2020-05-31 13:57:38 +00:00
parent ce82a5e501
commit b1dac53ce1
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ in {
system.stateVersion = "19.09";
nix.trustedUsers = [ "user" ];
nix.trustedUsers = [ "root" "user" ];
nix.optimise.automatic = true;
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 7d";