gc no older than 14d instead of 30d

This commit is contained in:
Motiejus Jakštys 2023-02-19 22:21:14 +02:00
parent f574122be0
commit ef2b04e583
1 changed files with 2 additions and 2 deletions

View File

@ -367,8 +367,8 @@ in {
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
dates = "daily";
options = "--delete-older-than 14d";
};
systemd.services."make-snapshot-dirs" = let