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