Fixes for exit node support.
This commit is contained in:
parent
3334a132ea
commit
80be293482
1 changed files with 9 additions and 2 deletions
|
@ -6,7 +6,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.tailscale.enable = true;
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
useRoutingFeatures = "both";
|
||||||
|
};
|
||||||
# See https://github.com/NixOS/nixpkgs/issues/180175#issuecomment-2541381489
|
# See https://github.com/NixOS/nixpkgs/issues/180175#issuecomment-2541381489
|
||||||
systemd.services.tailscaled.after = [ "systemd-networkd-wait-online.service" ];
|
systemd.services.tailscaled.after = [
|
||||||
|
"systemd-networkd-wait-online.service"
|
||||||
|
];
|
||||||
|
# See https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111
|
||||||
|
networking.firewall.checkReversePath = "loose";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue