commit | 078d811b81981fd0325871ede41b5924438c5041 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Mon Jun 10 17:39:30 2024 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Tue Jun 11 15:34:14 2024 +0000 |
tree | d3d79fb34d2e33afce0ddb35e67933e93752c87d | |
parent | 6b3ba704d2f9ab916dea65c1393c72d3284fdd29 [diff] |
fix(tailscale): Remove exit node LAN access LAN access is set on clients, rather than on the exit nodes, so having the flag while trying to set up an exit node means that we are unable to start tailscale Change-Id: I401b69330df0559bc5ae3e81e7691ba1d6bf1be4 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/749 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/nixos/tailscale/default.nix b/modules/nixos/tailscale/default.nix index 04dcf2f..aae51c6 100644 --- a/modules/nixos/tailscale/default.nix +++ b/modules/nixos/tailscale/default.nix
@@ -40,7 +40,6 @@ if cfg.runExitNode.enable then [ "--advertise-exit-node" - "--exit-node-allow-lan-access" ] else [ ]