Allow SSH port

This commit is contained in:
Lillian Violet 2023-12-05 14:34:39 +01:00
parent bf951766a7
commit 8e07ec55c7

View file

@ -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";