This commit is contained in:
Noa Aarts 2024-04-04 14:53:44 +02:00
parent 1ff64cddc8
commit 0ccf17edf3

View file

@ -43,7 +43,7 @@
optimise.automatic = true; optimise.automatic = true;
gc = { gc = {
automatic = true; automatic = true;
interval = "weekly"; dates = "weekly";
options = "--delete-older-than 7d"; options = "--delete-older-than 7d";
}; };
}; };