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;