non-critical-infra: fix ca installation in staging-hydra queue-builder
Martin Weinelt committed
May 19, 2026 at 13:04 UTC
4f1686fed14a3bbb63b0ffbd3254bf0d43b9f02f
1 file changed
+1
-1
non-critical-infra/modules/hydra/builder.nix
+1
-1
@@ -22,7 +22,7 @@ in
22
queueRunnerAddr = "https://queue-runner.staging-hydra.nixos.org";
23
maxJobs = 2;
24
mtls = {
25
- serverRootCaCertPath = ../../hosts/staging-hydra/ca.crt;
25
+ serverRootCaCertPath = "${../../hosts/staging-hydra/ca.crt}";
26
clientCertPath = "${../../hosts/${nodePath}/client.crt}";
27
clientKeyPath = config.sops.secrets."queue-runner-client.key".path;
28
domainName = "queue-runner.staging-hydra.nixos.org";