@cryptotaxi247 / infra-1 / commits / 305ff18f

Disable update-all-channels.timer

Graham Christensen committed Jan 25, 2023 at 09:34 UTC 305ff18f8bf21d0d113772ca7bfba625dcc6f4a2
1 file changed +1
modules/hydra-mirror.nix
+1
@@ -64,6 +64,7 @@ in
64 };
65
66 systemd.timers."update-all-channels" = {
67 + enable = false;
68 description = "Start all channel updates.";
69 wantedBy = [ "timers.target" ];
70 timerConfig = {