Fix: Change the SSH port

This commit is contained in:
zuma 2025-11-05 11:33:28 +01:00
parent d69984e735
commit 2eddbf32a4

View file

@ -117,7 +117,7 @@
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.enable = true; networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
1972 # SSH 22 # SSH
]; ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];