Add non-standard SSH port
This commit is contained in:
parent
c83b46a352
commit
6d780d8ada
2 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue