mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
10 lines
169 B
Nix
10 lines
169 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
useRoutingFeatures = "client";
|
|
extraUpFlags = [
|
|
# "--accept-dns=false"
|
|
"--accept-routes"
|
|
];
|
|
};
|
|
}
|