sgx/network: open TCP 8000-8999 in firewall

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Harald Hoyer 2026-05-03 13:44:09 +02:00
parent e96bf83dfd
commit b2027bd283

View file

@ -60,6 +60,12 @@
22000
config.services.netatalk.port
];
networking.firewall.allowedTCPPortRanges = [
{
from = 8000;
to = 8999;
}
];
networking.firewall.allowedUDPPorts = [
5355
22000