nh: Fix garbage collection
This commit is contained in:
parent
3f725b868b
commit
88bec094b1
1 changed files with 4 additions and 2 deletions
|
|
@ -52,8 +52,10 @@
|
|||
|
||||
nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 7d --keep 3";
|
||||
clean = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
flake = "/Users/jan/.config/nix";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue