Update headscale routes for quitman-rpi4

This commit is contained in:
albert 2024-12-11 14:07:53 +01:00
parent 4fc1e9611c
commit 4eacc012a9
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -52,7 +52,7 @@
services.tailscale.extraUpFlags = [
"--advertise-exit-node"
"--advertise-routes 192.168.68.0/22"
"--advertise-routes=192.168.68.0/22"
];
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
networking.firewall.allowedTCPPorts = [ 22 ];