summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/prefect.nix8
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";