mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 01:08:32 +02:00
11 lines
176 B
Nix
11 lines
176 B
Nix
{
|
|
# enable tailscale on aquamarine
|
|
services.tailscale = {
|
|
enable = true;
|
|
useRoutingFeatures = "client";
|
|
extraSetFlags = [
|
|
"--accept-routes"
|
|
];
|
|
};
|
|
}
|