Add non-standard SSH port

This commit is contained in:
Eli Ribble 2025-10-22 03:28:53 +00:00
parent c83b46a352
commit 6d780d8ada
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@
firewall = {
enable = true;
interfaces.enp3s0 = {
allowedUDPPorts = [ 22 80 443 7000 ];
allowedTCPPorts = [ 22 80 443 7000 ];
allowedUDPPorts = [ 22 80 443 7000 16652 ];
allowedTCPPorts = [ 22 80 443 7000 16652 ];
};
};
hostName = "nocix-amd-legacy-sexcore";