l gc: delete older than 15 days

This commit is contained in:
lassulus 2020-09-27 15:34:44 +02:00
parent 8564c687e5
commit fc60a8a777

View file

@ -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";
};
}