nh: always gc older than 7 days
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
32f419cdb1
commit
22929b4156
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
|||
|
||||
clean = {
|
||||
enable = true;
|
||||
extraArgs = "--keep-since ${if config.custom.minimal then "7" else "30"}d";
|
||||
extraArgs = "--keep-since 7d";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue