gc no older than 14d instead of 30d
This commit is contained in:
parent
f574122be0
commit
ef2b04e583
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user