feat: deploy prowlarr in remote machine
but reverse proxy it from the local machine over tailscale
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
./nextcloud.nix
|
||||
./tailscale.nix
|
||||
./zerotier.nix
|
||||
./prowlarr.nix
|
||||
|
||||
# ./home-assistant.nix
|
||||
# ./jellyfin.nix
|
||||
|
||||
10
nixos/mirai/services/prowlarr.nix
Normal file
10
nixos/mirai/services/prowlarr.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{...}: {
|
||||
services = {
|
||||
prowlarr = {
|
||||
enable = true;
|
||||
};
|
||||
flaresolverr = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user