commit c2d621ffe0c655f085419167a58ec5c1b8bed399 parent 156cfb22f9dabfc22207d6108ded15a5925484a4 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 26 Aug 2023 22:14:36 +0200 Meow meow Diffstat:
| M | nixos/worker-1/configuration.nix | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -473,7 +473,10 @@ group = "patroni"; }; services = { - tailscale.enable = true; + tailscale = { + enable = true; + useRoutingFeatures = "both"; + }; headscale = { enable = true; address = "0.0.0.0";