diff --git a/configuration.nix b/configuration.nix index fd82ce5..8e48bdb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -78,7 +78,9 @@ # 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 = [ ... ];