From 4eacc012a9954ffbd3431cbfb3d42a435117bee7 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 11 Dec 2024 14:07:53 +0100 Subject: [PATCH] Update headscale routes for quitman-rpi4 --- nixos/hosts/quitman-rpi4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/quitman-rpi4/default.nix b/nixos/hosts/quitman-rpi4/default.nix index c10f17dd..67c7632f 100644 --- a/nixos/hosts/quitman-rpi4/default.nix +++ b/nixos/hosts/quitman-rpi4/default.nix @@ -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 ];