forked from jan-leila/nix-config
added extra set flags to configs
This commit is contained in:
parent
ab94cb1dae
commit
6d6e34e06a
2 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue