Keep 30 days of /nix.

This commit is contained in:
Tom Alexander 2025-01-01 13:31:45 -05:00
parent 24d89ed704
commit c1103775b6
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -92,7 +92,7 @@
# Runs nix-collect-garbage --delete-older-than 5d
automatic = true;
randomizedDelaySec = "14m";
options = "--delete-older-than 5d";
options = "--delete-older-than 30d";
};
# Use doas instead of sudo