nixos: remove unused firewall ports
This commit is contained in:
parent
f6d75e1db1
commit
2b65a9b926
|
@ -80,15 +80,11 @@
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
11753 # OpenRCT2
|
|
||||||
14004 # Veloren
|
|
||||||
443 # SSL
|
443 # SSL
|
||||||
80 # HTTP
|
80 # HTTP
|
||||||
];
|
];
|
||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
11753 # OpenRCT2
|
|
||||||
14004 # Veloren
|
|
||||||
2626 # Dolphin emulator
|
2626 # Dolphin emulator
|
||||||
27015 # Source games
|
27015 # Source games
|
||||||
8211 # Palworld
|
8211 # Palworld
|
||||||
|
|
Loading…
Reference in a new issue