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

@@ -11,6 +11,7 @@
./nextcloud.nix
./tailscale.nix
./zerotier.nix
./prowlarr.nix
# ./home-assistant.nix
# ./jellyfin.nix

View File

@@ -0,0 +1,10 @@
{...}: {
services = {
prowlarr = {
enable = true;
};
flaresolverr = {
enable = true;
};
};
}