feat: deploy prowlarr in remote machine

but reverse proxy it from the local machine over tailscale
This commit is contained in:
uttarayan21
2025-07-15 03:29:19 +05:30
parent e1bb419c66
commit 1bd0191b99
11 changed files with 94 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
{...}: {
services.resolved = {
enable = true;
dnssec = "true";
domains = ["~." "lemur-newton.ts.net"];
fallbackDns = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"];
dnsovertls = "true";
};
}