diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 436892c..f9d8fcf 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -163,7 +163,7 @@ services.tailscale.enable = true; # Enable the OpenSSH daemon. - # services.openssh.enable = true; + services.openssh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];