From 133a979683d8cc659ec2d82bcb86dfde82a03bef Mon Sep 17 00:00:00 2001 From: phartman Date: Tue, 18 Feb 2025 18:27:41 -0600 Subject: [PATCH] fixing something --- hosts/latitude/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };