mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Garbage collect weekly instead of daily
This commit is contained in:
parent
428b68e637
commit
23ac618fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
clean = {
|
clean = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "daily";
|
dates = "weekly";
|
||||||
extraArgs = "--keep 10 --keep-since 7d";
|
extraArgs = "--keep 10 --keep-since 7d";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue