From eb6fb245c80d541f6d65aafe6d176e957ab7ed96 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 18 Oct 2021 22:23:11 +0200 Subject: [PATCH] hydra: fix gc.dates --- hosts/containers/hydra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/hydra/default.nix b/hosts/containers/hydra/default.nix index 88b50b68..00a752c5 100644 --- a/hosts/containers/hydra/default.nix +++ b/hosts/containers/hydra/default.nix @@ -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;