mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Reset tailscale settings on up
This commit is contained in:
parent
1aa9efacd2
commit
b8cc3bb342
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ in
|
|||
openFirewall = true;
|
||||
useRoutingFeatures = if cfg.exitNode.enable then "server" else "client";
|
||||
extraUpFlags = [
|
||||
"--reset=true"
|
||||
(lib.mkIf cfg.ssh.enable "--ssh")
|
||||
(lib.mkIf cfg.exitNode.enable "--advertise-exit-node")
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue