fix radarr port

This commit is contained in:
sadan 2025-03-13 00:18:22 -04:00
parent 1f396f442d
commit 0dd8578de8
No known key found for this signature in database

View file

@ -1,5 +1,3 @@
{ ... }: { ... }:
{ {
services = { services = {
@ -10,7 +8,7 @@
useACMEHost = "sadan.zip"; useACMEHost = "sadan.zip";
locations = { locations = {
"/" = { "/" = {
proxyPass = "http://localhost:9696"; proxyPass = "http://localhost:7878";
}; };
}; };
}; };