Allow SSH port
This commit is contained in:
parent
4699abff0b
commit
0504e7548b
|
@ -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…
Reference in a new issue