diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e1f5316..a1d07fc 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -168,7 +168,7 @@ }; # Enable the OpenSSH daemon. - services.openssh.enable = true; + # services.openssh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];