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:
parent
e96bf83dfd
commit
b2027bd283
1 changed files with 6 additions and 0 deletions
|
|
@ -60,6 +60,12 @@
|
|||
22000
|
||||
config.services.netatalk.port
|
||||
];
|
||||
networking.firewall.allowedTCPPortRanges = [
|
||||
{
|
||||
from = 8000;
|
||||
to = 8999;
|
||||
}
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
5355
|
||||
22000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue