diff --git a/nalai/configuration.nix b/nalai/configuration.nix index c84582d..780fa42 100644 --- a/nalai/configuration.nix +++ b/nalai/configuration.nix @@ -127,6 +127,7 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; + services.tailscale.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];