headscale + tailscale

This commit is contained in:
m3tam3re
2025-02-21 14:07:29 +01:00
parent 74d4940e27
commit 39e1187948
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
};
networking.firewall = {
trustedInterfaces = ["tailscale0"];
};
}