From 99e2e59b987e2a4d1b4aed96b75605ae8e4c39b9 Mon Sep 17 00:00:00 2001 From: Paul Hartman Date: Fri, 17 Jan 2025 00:17:17 -0600 Subject: [PATCH] maybe it's fixed --- hosts/legion/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/legion/configuration.nix b/hosts/legion/configuration.nix index 2300984..8d90075 100644 --- a/hosts/legion/configuration.nix +++ b/hosts/legion/configuration.nix @@ -509,7 +509,7 @@ fileSystems."/mnt/nas/tvshows" = { nix.settings.auto-optimise-store = true; nix.gc = { automatic = true; - interval = { Weekday = 0; Hour = 0; Minute = 0; }; + dates = "weekly"; options = "--delete-older-than 30d"; };