Change garbage collector frequency to 2 weeks
This commit is contained in:
parent
534bc27c86
commit
07ab2ed249
|
@ -73,11 +73,11 @@
|
|||
allowReboot = true;
|
||||
};
|
||||
|
||||
# Run Nix garbage collector, while avoiding compiling
|
||||
# Run Nix garbage collector
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 30d";
|
||||
options = "--delete-older-than 14d";
|
||||
};
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
|
|
Loading…
Reference in New Issue