added extra set flags to configs
This commit is contained in:
parent
ab94cb1dae
commit
6d6e34e06a
|
@ -166,6 +166,10 @@
|
|||
"--advertise-exit-node"
|
||||
"--advertise-routes=192.168.1.0/24"
|
||||
];
|
||||
extraSetFlags = [
|
||||
"--advertise-exit-node"
|
||||
"--advertise-routes=192.168.1.0/24"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue