From ef17814f60e8c8f56ccb577beae30a5c3ae35e98 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 2 Mar 2024 11:00:50 +0100 Subject: [PATCH] init tailscale --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index b41efa1..87978f9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,6 +26,14 @@ # Enable networking networking.networkmanager.enable = true; + services.tailscale = { + enable =true; + useRoutingFeatures = "server"; + extraUpFlags = [ + "--advertise-exit-node" + "--exit-node" + ]; + }; # Set your time zone. time.timeZone = "Europe/Stockholm";