feat: enable SSH service

This commit is contained in:
Oliver Davies 2022-12-12 09:23:54 +00:00
parent b35e3211de
commit bb90d579ed

View file

@ -136,7 +136,7 @@ in
# 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 = [ ... ];