added extra set flags to configs
This commit is contained in:
parent
ab94cb1dae
commit
6d6e34e06a
2 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,9 @@
|
|||
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path;
|
||||
useRoutingFeatures = "both";
|
||||
extraUpFlags = ["--advertise-exit-node"];
|
||||
extraSetFlags = [
|
||||
"--advertise-exit-node"
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.steam = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue