From 11c8bd379a106e9f19cef8a777b8c31cdf895969 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 14:10:03 +0200 Subject: [PATCH] fix: hydra listen on other pc's --- hosts/nuos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 538dc01..69f0c42 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -155,7 +155,7 @@ services = { hydra = { enable = true; - hydraURL = "http://localhost:9212"; + hydraURL = "http://0.0.0.0:9212"; notificationSender = "hydra@localhost"; useSubstitutes = true; };