Enabled ssh

This commit is contained in:
Aleksandr Lebedev 2025-01-12 15:44:02 +01:00
parent 7c209c2a6f
commit f05d83c211
2 changed files with 159 additions and 88 deletions

View file

@ -341,7 +341,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 = [22];