diff options
-rw-r--r-- | system/prefect.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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"; |