system/tailscale: enable routing features
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-05-28 22:19:54 +10:00
parent d0e090bb68
commit b8a7dfa8a8
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -4,5 +4,6 @@
enable = true;
authKeyFile = config.age.secrets.tailscale_auth.path;
openFirewall = true;
useRoutingFeatures = if config.me.environment == "headless" then "both" else "client";
};
}