Allow user to use (nix) sandbox
This commit is contained in:
parent
6f2ee55792
commit
8aa1e8f7bc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user