1
0

hosts/osmium: tune garbage collector

This commit is contained in:
clerie 2023-04-17 07:06:55 +02:00
parent d5f82fd794
commit 4326867c4b

View File

@ -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 = {