weasel: enable hydra tcp port in firewall

This commit is contained in:
Aleix Boné 2025-09-15 12:14:09 +02:00
parent 937f08d11c
commit ed8eafba79
No known key found for this signature in database

View File

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