diff --git a/configuration.nix b/configuration.nix index bbde38e..f6a1d33 100644 --- a/configuration.nix +++ b/configuration.nix @@ -168,7 +168,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 = [ ... ];