From 4326867c4b0380519b90536275d6e25879b1094d Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 17 Apr 2023 07:06:55 +0200 Subject: [PATCH] hosts/osmium: tune garbage collector --- hosts/osmium/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/osmium/configuration.nix b/hosts/osmium/configuration.nix index 0fb1da2..dc437dc 100644 --- a/hosts/osmium/configuration.nix +++ b/hosts/osmium/configuration.nix @@ -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 = {