2025-05-06 13:22:39 +02:00
|
|
|
{config, ...}: {
|
2025-04-29 13:36:01 +02:00
|
|
|
services.tailscale = {
|
|
|
|
enable = true;
|
2025-05-06 13:22:39 +02:00
|
|
|
authKeyFile = config.age.secrets.tailscale-key.path;
|
|
|
|
useRoutingFeatures = "both";
|
2025-04-29 13:36:01 +02:00
|
|
|
extraUpFlags = [
|
2025-05-06 13:22:39 +02:00
|
|
|
"--login-server=https://va.m3tam3re.com"
|
|
|
|
"--accept-routes"
|
2025-04-29 13:36:01 +02:00
|
|
|
"--exit-node-allow-lan-access"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|