From 637f026d29a0df92b98209dc8d7b5fc7445e0395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Mon, 15 Sep 2025 12:14:09 +0200 Subject: [PATCH] weasel: enable hydra tcp port in firewall --- m/weasel/hydra.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m/weasel/hydra.nix b/m/weasel/hydra.nix index e18d2c1..a4ad7fc 100644 --- a/m/weasel/hydra.nix +++ b/m/weasel/hydra.nix @@ -11,4 +11,6 @@ useSubstitutes = true; listenHost = "0.0.0.0"; # Force IPv4 }; + + networking.firewall.allowedTCPPorts = [ config.services.hydra.port ]; }