feat: delete older than 5 days
This commit is contained in:
parent
dd6fab2e50
commit
c653888ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 10d";
|
||||
options = "--delete-older-than 5d";
|
||||
};
|
||||
|
||||
nix.extraOptions = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue