feat: enable ssh port

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-03-26 12:58:47 -03:00
parent 5a7a3a7617
commit 7cb27b17ab

View File

@@ -155,7 +155,7 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
@@ -167,3 +167,5 @@