From c5b70bebe054263ee388f3ca0576f2013fd02e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Thu, 25 Sep 2025 18:00:20 +0200 Subject: [PATCH] hydra: set listen host --- m/weasel/hydra.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/m/weasel/hydra.nix b/m/weasel/hydra.nix index 2a4eecb..e18d2c1 100644 --- a/m/weasel/hydra.nix +++ b/m/weasel/hydra.nix @@ -9,5 +9,6 @@ buildMachinesFiles = [ ]; # you will probably also want, otherwise *everything* will be built from scratch useSubstitutes = true; + listenHost = "0.0.0.0"; # Force IPv4 }; }