allow ssh to server

This commit is contained in:
Noa Aarts 2024-06-28 08:55:56 +02:00
parent bc55f12776
commit 58c4b4c5e5

View file

@ -130,8 +130,8 @@
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall.allowedUDPPorts = [ 22 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;