feat(openssh): enable openssh server

This commit is contained in:
Khaïs COLIN 2024-08-12 14:42:14 +02:00
parent 82fa9c473b
commit 1c362fbf82

View file

@ -226,7 +226,7 @@
}; };
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
# services.openssh.enable = true; services.openssh.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];