12 lines
229 B
Nix
Raw Normal View History

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