From 966d14a2199406262cca45cb65350ce3af162fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Mon, 29 Jul 2024 12:35:03 +0200 Subject: [PATCH] tailscale: allow use of and as an exit node --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 90c0542..e1f5316 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -120,6 +120,7 @@ git gnumake cifs-utils + tailscale # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget ]; @@ -162,6 +163,7 @@ services.tailscale = { enable = true; + useRoutingFeatures = "both"; extraUpFlags = [ "--ssh" ]; };