services: hydra: fix reverse proxy and firewall

This commit is contained in:
2024-05-31 19:46:43 +02:00
parent 40fdd49224
commit e8f6f4e96f
2 changed files with 3 additions and 5 deletions

View File

@@ -97,7 +97,7 @@
firewall = {
enable = true;
allowedUDPPorts = [ ];
allowedTCPPorts = [ ];
allowedTCPPorts = [ 80 443 ];
};
};