Added garbage collection optimisation
This commit is contained in:
parent
9373c7b29d
commit
e50057c4f4
|
@ -20,6 +20,7 @@
|
|||
nix.gc.automatic = true;
|
||||
nix.gc.dates = "weekly";
|
||||
nix.gc.options = "--delete-older-than 90d";
|
||||
nix.autoOptimiseStore = true;
|
||||
|
||||
# Set the system-wide environment
|
||||
environment = {
|
||||
|
|
Loading…
Reference in a new issue