add prowlarr

This commit is contained in:
sadan 2025-03-09 23:52:06 -04:00
parent 83305c352e
commit d55c93bfaf
No known key found for this signature in database
3 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{ ... }:
{
services = {
nginx = {
virtualHosts = {
"prowlarr.sadan.zip" = {
forceSSL = true;
useACMEHost = "sadan.zip";
locations = {
"/" = {
proxyPass = "http://localhost:9696";
};
};
};
};
};
};
}