more packages + xon port

This commit is contained in:
Lgmrszd 2024-02-29 15:03:20 +03:00
parent 49ed89bbfd
commit 94bb6c936a
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
2 changed files with 14 additions and 1 deletions

View file

@ -374,7 +374,7 @@ in
# Open ports in the firewall.
networking.firewall.trustedInterfaces = [ "p2p-wl+" ];
networking.firewall.allowedTCPPorts = [ 5900 5905 7236 7250 ];
networking.firewall.allowedUDPPorts = [ 5900 5905 7236 5353 ];
networking.firewall.allowedUDPPorts = [ 5900 5905 7236 5353 26000 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;