fix exit node option
This commit is contained in:
parent
cf4bd31b4f
commit
d2ca2e1181
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
||||||
"--login-server=https://headscale.joshuabell.xyz"
|
"--login-server=https://headscale.joshuabell.xyz"
|
||||||
"--no-logs-support"
|
"--no-logs-support"
|
||||||
]
|
]
|
||||||
++ (lib.optional cfg.enableExitNode "--advertise-exit-node");
|
++ (lib.optionals cfg.enableExitNode [ "--advertise-exit-node" ]);
|
||||||
|
|
||||||
};
|
};
|
||||||
networking.firewall.trustedInterfaces = [ config.services.tailscale.interfaceName ];
|
networking.firewall.trustedInterfaces = [ config.services.tailscale.interfaceName ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue