Skip to content
Snippets Groups Projects
Commit 8b0e8eef authored by Florian Sesser's avatar Florian Sesser
Browse files

Automatic GC: Delete generations older than 30 days

parent 0f96e97f
No related branches found
No related tags found
3 merge requests!153merge staging into production,!152merge develop into staging,!149Clean up nix-store on the machines with limited disk space
Pipeline #946 passed
......@@ -22,5 +22,6 @@
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment