make tailscale exit nodes work

This commit is contained in:
Sakooooo 2025-01-01 13:49:32 +04:00
parent 8e715a0a31
commit 5051b82f2b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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" ]; };
};