Allow SSH port
This commit is contained in:
parent
4699abff0b
commit
0504e7548b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
|
||||
networking.firewall.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [80 443 1433];
|
||||
networking.firewall.allowedTCPPorts = [22 80 443 1433];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue