mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Delete older than 3 days instead of 1 week
This commit is contained in:
parent
748c60eff3
commit
4127cce8da
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
options = "--delete-older-than 1w";
|
options = "--delete-older-than 3d";
|
||||||
persistent = true;
|
persistent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue