hosts/osmium: tune garbage collector
This commit is contained in:
parent
d5f82fd794
commit
4326867c4b
@ -33,7 +33,7 @@
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 400d";
|
||||
options = "--delete-older-than 30d --max-freed 20G";
|
||||
};
|
||||
|
||||
clerie.monitoring = {
|
||||
|
Loading…
Reference in New Issue
Block a user