From 37a1c825271d25d0d07e6572729de36abc6661ef Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 17 Oct 2025 11:37:03 +0530 Subject: chore(os/cez/headscale): accept routes --- os/cez/modules/headscale.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os/cez/modules/headscale.nix b/os/cez/modules/headscale.nix index 48481f4..fc465d8 100644 --- a/os/cez/modules/headscale.nix +++ b/os/cez/modules/headscale.nix @@ -6,7 +6,7 @@ in sops.secrets."misc/headscale" = { }; networking.firewall.trustedInterfaces = [ config.services.tailscale.interfaceName ]; - tailscale = { + services.tailscale = { enable = true; interfaceName = "headscale"; openFirewall = true; @@ -14,6 +14,7 @@ in authKeyFile = config.sops.secrets."misc/headscale".path; extraUpFlags = [ "--login-server=${headScaleUrl}" + "--accept-routes" ]; }; } -- cgit v1.2.3