Update headscale routes for quitman-rpi4
This commit is contained in:
parent
4fc1e9611c
commit
4eacc012a9
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue