mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Keep garbage for at least 7 days
This commit is contained in:
parent
99bd6dc7c7
commit
148807589c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
clean = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
extraArgs = "--keep 10 --keep-since 3d";
|
||||
extraArgs = "--keep 10 --keep-since 7d";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue