feat: Use authelia on *arr stack

This commit is contained in:
uttarayan21
2025-07-29 16:28:25 +05:30
parent f87b3f8c76
commit 3324ae280d
3 changed files with 17 additions and 26 deletions

View File

@@ -4,4 +4,7 @@
useRoutingFeatures = "server";
extraUpFlags = "--advertise-exit-node";
};
networking.firewall.trustedInterfaces = [
"tailscale0"
];
}