From de04bdc301b267978b598e9f7d865c26f10f61b1 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sat, 6 Jul 2024 15:09:19 -0700 Subject: [PATCH] Add support for tailscale. --- nalai/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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 = [ ... ];