l gc: delete older than 15 days
This commit is contained in:
parent
8564c687e5
commit
fc60a8a777
|
@ -4,5 +4,6 @@ with import <stockholm/lib>;
|
|||
{
|
||||
nix.gc = {
|
||||
automatic = ! (elem config.krebs.build.host.name [ "mors" "xerxes" ] || config.boot.isContainer);
|
||||
options = "--delete-older-than 15d";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue