make tailscale exit nodes work
This commit is contained in:
parent
8e715a0a31
commit
5051b82f2b
|
@ -99,6 +99,11 @@ in {
|
|||
webroot = null;
|
||||
};
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = 1;
|
||||
"net.ipv6.conf.all.forwarding" = 1;
|
||||
};
|
||||
|
||||
systemd.services = { tailscaled.after = [ "headscale.service" ]; };
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue