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