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";