10 lines
157 B
Nix
Raw Permalink Normal View History

2025-02-21 14:07:29 +01:00
{
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
};
networking.firewall = {
trustedInterfaces = ["tailscale0"];
};
}