From cdf9344f88457eb39f45b5d1f8fc298db5515edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 17 Jan 2025 15:29:22 +0200 Subject: [PATCH] tailscale accept routes --- modules/services/tailscale/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/tailscale/default.nix b/modules/services/tailscale/default.nix index 37a2dca..e799bf9 100644 --- a/modules/services/tailscale/default.nix +++ b/modules/services/tailscale/default.nix @@ -34,6 +34,7 @@ in enable = true; extraUpFlags = [ "--operator=${config.mj.username}" + "--accept-routes=true" ]; extraSetFlags = [ "--accept-dns=${if cfg.acceptDNS then "true" else "false"}"