remove 30d generation keeping to only keep last 10
This commit is contained in:
parent
725b077441
commit
29c40709fe
@ -3,7 +3,7 @@
|
|||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
clean.enable = true;
|
clean.enable = true;
|
||||||
clean.extraArgs = "--keep-since 30d --keep 10";
|
clean.extraArgs = "--keep 10";
|
||||||
flake = "/home/smayzy/nix-config";
|
flake = "/home/smayzy/nix-config";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user