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