12 lines
229 B
Nix
12 lines
229 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
useRoutingFeatures = "client";
|
|
extraUpFlags = [
|
|
"--login-server https://va.m3tam3re.com"
|
|
"--exit-node=m3-atlas"
|
|
"--exit-node-allow-lan-access"
|
|
];
|
|
};
|
|
}
|