From d1d3746aa7111f0f8bb2e48d5da9995356170249 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:41:49 +1000 Subject: [PATCH] remove boot workaround partial revert of b2ed2ccacc6d0a890c97165cd11aa2390b07d393 --- nix/master.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nix/master.nix b/nix/master.nix index 856cea8..c1efe71 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -427,11 +427,6 @@ in "gitea-token:${cfg.gitea.tokenFile}" "gitea-webhook-secret:${cfg.gitea.webhookSecretFile}" ]; - - # Needed because it tries to reach out to github on boot. - # FIXME: if github is not available, we shouldn't fail buildbot, instead it should just try later again in the background - Restart = "always"; - RestartSec = "30s"; }; };