Refactor
This commit is contained in:
parent
9d5c55e28a
commit
671b2c6be3
@ -57,8 +57,12 @@ in {
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
|
||||
nix.trustedUsers = [ "root" "user" ];
|
||||
nix.optimise.automatic = true;
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 7d";
|
||||
nix = {
|
||||
trustedUsers = [ "root" "user" ];
|
||||
optimise.automatic = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user