parent
5b7be699f3
commit
7ac80d78f1
2 changed files with 2 additions and 1 deletions
|
@ -128,6 +128,7 @@ in
|
|||
inherit hostKeys;
|
||||
};
|
||||
|
||||
services.tailscale.useRoutingFeatures = "both";
|
||||
services.tailscale.extraUpFlags = [
|
||||
# "--accept-routes" # breaks incoming connections from outside Tailnet
|
||||
"--advertise-tags=tag:felschr-com"
|
||||
|
|
|
@ -19,7 +19,7 @@ in
|
|||
enable = true;
|
||||
package = pkgs.unstable.tailscale;
|
||||
openFirewall = true;
|
||||
useRoutingFeatures = "both";
|
||||
useRoutingFeatures = lib.mkDefault "client";
|
||||
extraUpFlags = [
|
||||
"--reset"
|
||||
"--exit-node-allow-lan-access"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue