1
0

Allow user to use (nix) sandbox

This commit is contained in:
2020-03-20 09:05:01 +00:00
parent be39db2075
commit cf45f5af78

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