From a5e5dc737a4ef5eb9b882e194bc11c378ca11676 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 13:06:30 +0200 Subject: prefect: ignore tailscale routes --- system/prefect.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'system/prefect.nix') diff --git a/system/prefect.nix b/system/prefect.nix index 0fc80eb9..864ccc3f 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -148,7 +148,13 @@ dnssec = "true"; }; - services.tailscale.enable = true; + services.tailscale = { + enable = true; + extraUpFlags = [ + "--accept-dns=true" + "--accept-routes=false" + ]; + }; system.stateVersion = "23.05"; -- cgit 1.4.1