weasel: enable hydra tcp port in firewall

This commit is contained in:
2025-09-15 12:14:09 +02:00
parent 29c8c4826b
commit 3e033836fc

View File

@@ -11,4 +11,6 @@
useSubstitutes = true;
listenHost = "0.0.0.0"; # Force IPv4
};
networking.firewall.allowedTCPPorts = [ config.services.hydra.port ];
}