diff --git a/hosts/latitude/configuration.nix b/hosts/latitude/configuration.nix index 659ca75..ce710e4 100644 --- a/hosts/latitude/configuration.nix +++ b/hosts/latitude/configuration.nix @@ -340,7 +340,7 @@ fileSystems."/mnt/nas/tvshows" = { nix.settings.auto-optimise-store = true; nix.gc = { automatic = true; - interval = { Weekday = 0; Hour = 0; Minute = 0; }; +# interval = { Weekday = 0; Hour = 0; Minute = 0; }; options = "--delete-older-than 30d"; };