1
0
Fork 0

maybe it's fixed

This commit is contained in:
Paul Hartman 2025-01-17 00:17:17 -06:00
parent 4d1e79ac39
commit 99e2e59b98

View file

@ -509,7 +509,7 @@ fileSystems."/mnt/nas/tvshows" = {
nix.settings.auto-optimise-store = true; nix.settings.auto-optimise-store = true;
nix.gc = { nix.gc = {
automatic = true; automatic = true;
interval = { Weekday = 0; Hour = 0; Minute = 0; }; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };