diff --git a/hosts/desktop/shared-configuration.nix b/hosts/desktop/shared-configuration.nix index 1d0b3e7..1865d73 100644 --- a/hosts/desktop/shared-configuration.nix +++ b/hosts/desktop/shared-configuration.nix @@ -155,7 +155,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 = [ ... ]; @@ -167,3 +167,5 @@ + +