global/nix: make gc only delete generations after 7d
This commit is contained in:
parent
41658fc8c3
commit
a66011097b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ with lib;
|
||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 3d";
|
options = "--delete-older-than 7d";
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue