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 }; }