gc no older than 14d instead of 30d
This commit is contained in:
parent
f574122be0
commit
ef2b04e583
@ -367,8 +367,8 @@ in {
|
|||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "daily";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 14d";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services."make-snapshot-dirs" = let
|
systemd.services."make-snapshot-dirs" = let
|
||||||
|
Loading…
Reference in New Issue
Block a user