Enable tailscale client
This commit is contained in:
parent
be14bb4cfc
commit
41b6bf5389
1 changed files with 14 additions and 0 deletions
|
@ -10,4 +10,18 @@
|
|||
useDHCP = false;
|
||||
hostName = "ochsenchopf";
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
useRoutingFeatures = "client";
|
||||
authKeyFile = "/secrets/wireguard/tailscale-key";
|
||||
extraUpFlags = [
|
||||
"--operator"
|
||||
"fhauser"
|
||||
"--accept-routes"
|
||||
"--exit-node=100.64.0.2"
|
||||
"--login-server=https://vpn.qo.is"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue