added extra set flags to configs

This commit is contained in:
Leyla Becker 2025-02-24 12:38:42 -06:00
parent ab94cb1dae
commit 6d6e34e06a
2 changed files with 7 additions and 0 deletions

View file

@ -166,6 +166,10 @@
"--advertise-exit-node" "--advertise-exit-node"
"--advertise-routes=192.168.1.0/24" "--advertise-routes=192.168.1.0/24"
]; ];
extraSetFlags = [
"--advertise-exit-node"
"--advertise-routes=192.168.1.0/24"
];
}; };
}; };

View file

@ -47,6 +47,9 @@
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path; authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path;
useRoutingFeatures = "both"; useRoutingFeatures = "both";
extraUpFlags = ["--advertise-exit-node"]; extraUpFlags = ["--advertise-exit-node"];
extraSetFlags = [
"--advertise-exit-node"
];
}; };
}; };
programs.steam = { programs.steam = {