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