From b9cbaf8c1362994cc6b3329ea3a10266ee099aa1 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 7 Jul 2024 23:50:55 -0400 Subject: [PATCH] add githubstatus to hydra Signed-off-by: ahuston-0 fix repo in jobsets Signed-off-by: ahuston-0 fix hydraURL Signed-off-by: ahuston-0 switch to short context Signed-off-by: ahuston-0 fix hydraURL (again) Signed-off-by: ahuston-0 --- systems/palatine-hill/hydra.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index 602a1bf..46f0700 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -43,7 +43,7 @@ in services = { hydra = { enable = true; - hydraURL = "http://localhost:3000"; + hydraURL = "https://hydra.alicehuston.xyz"; smtpHost = "alicehuston.xyz"; notificationSender = "hydra@alicehuston.xyz"; gcRootsDir = "/ZFS/ZFS-primary/hydra"; @@ -60,6 +60,7 @@ in ## This example will match all jobs #jobs = .* inputs = nixexpr + useShortContext = true excludeBuildFromContext = 1 Include ${config.sops.secrets."alice/gha-hydra-token".path}