enable ssh daemon

This commit is contained in:
Khaïs COLIN 2024-07-29 12:10:10 +02:00
parent 58d7d17560
commit 6ef6d633c7

View file

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