tailscale

This commit is contained in:
caandt 2025-01-19 00:14:57 -06:00
parent 40770de013
commit 38b5b33ff8

View file

@ -47,4 +47,5 @@
ip46tables -t mangle -D nixos-fw-rpfilter -p udp -m udp --dport 51820 -j RETURN || true ip46tables -t mangle -D nixos-fw-rpfilter -p udp -m udp --dport 51820 -j RETURN || true
''; '';
}; };
services.tailscale.enable = true;
} }