all repos — nixfiles @ a5e5dc737a4ef5eb9b882e194bc11c378ca11676

System and user configuration, managed by nix and home-manager

prefect: ignore tailscale routes

Alan Pearce
commit

a5e5dc737a4ef5eb9b882e194bc11c378ca11676

parent

6251530a807833ebf1d16c8a73884942c7490639

1 file changed, 7 insertions(+), 1 deletion(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -148,7 +148,13 @@ llmnr = "false";
dnssec = "true"; }; - services.tailscale.enable = true; + services.tailscale = { + enable = true; + extraUpFlags = [ + "--accept-dns=true" + "--accept-routes=false" + ]; + }; system.stateVersion = "23.05";