only retain nixos generations for one week
This commit is contained in:
parent
bffcb3c95c
commit
359e1104f3
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
automatic = true;
|
||||
persistent = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue