feat: adds some tailscale options to make it less annoying

This commit is contained in:
Ahwx 2025-11-21 11:39:16 +01:00
parent c7783b911d
commit 00efec076a

View file

@ -1,3 +1,10 @@
{ {
services.tailscale.enable = true; services.tailscale = {
enable = true;
useRoutingFeatures = "client";
extraUpFlags = [
# "--accept-dns=false"
"--accept-routes"
];
};
} }