added port for nitrox

This commit is contained in:
yaroslav
2025-06-20 13:22:30 +03:00
parent a4c8035a3f
commit cc6b07ad96
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
};
networking.firewall.allowedTCPPorts = [ 4444 ];
networking.firewall.allowedUDPPorts = [ 69 ];
networking.firewall.allowedUDPPorts = [ 69 1100 ];
programs.amnezia-vpn.enable = true;
services.tftpd.enable = true;
+1
View File
@@ -8,5 +8,6 @@
"steam-unwrapped"
"steam-original"
"steam-run"
"teamspeak-server"
];
}