1
0
Fork 0

Allow user to use (nix) sandbox

master
dump_stack() 2020-03-20 09:05:01 +00:00
parent be39db2075
commit cf45f5af78
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

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