Enable tailscale client

This commit is contained in:
Fabian Hauser 2024-02-05 16:09:12 +08:00
parent be14bb4cfc
commit 41b6bf5389

View file

@ -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"
];
};
}