From e660b27a1cbdb16c56201c4dbda32f9c4784fa5a Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 15 Nov 2025 00:03:12 +0100 Subject: [PATCH] hosts: vps-sm garbage collection config --- hosts/dnsc-vps-sm/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index a39b842..f68bf43 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -36,11 +36,10 @@ i18n.defaultLocale = "en_US.UTF-8"; # Nix Settings - # Perform garbage collection weekly to maintain low disk usage nix.gc = { automatic = true; - dates = "weekly"; - options = "--delete-older-than 1w"; + dates = "03:15"; + options = "-d"; }; nix.settings.auto-optimise-store = true;