added extra tailscale config
This commit is contained in:
parent
6c6f9a11bc
commit
186dd689eb
3 changed files with 17 additions and 3 deletions
|
@ -62,6 +62,12 @@
|
|||
enable = true;
|
||||
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path;
|
||||
useRoutingFeatures = "client";
|
||||
extraUpFlags = [
|
||||
"--advertise-tags=tag:leyla,tag:server,tag:static"
|
||||
];
|
||||
extraSetFlags = [
|
||||
"--advertise-tags=tag:leyla,tag:server,tag:static"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue