hydra: fix gc.dates

This commit is contained in:
Astro 2021-10-18 22:23:11 +02:00
parent c31392d3a8
commit eb6fb245c8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
buildCores = 20;
gc = {
automatic = true;
dates = "06:00";
dates = lib.mkForce "06:00";
options = "--delete-older-than 14d";
};
sshServe.enable = true;