20 current 2025-10-07 00:49:35 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 00:57:41 -05:00
parent 8bce12250b
commit 386b9ea6a7
3 changed files with 17 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ in
port = lib.mkOption {
type = lib.types.int;
default = 7105;
description = "define port for sonarr";
description = "set port for sonarr";
};
};
@@ -57,7 +57,7 @@ in
sslCertificate = config.sops.secrets."ssl_blakedheld_crt".path;
sslCertificateKey = config.sops.secrets."ssl_blakedheld_key".path;
locations."/" = {
proxyPass = "http://127.0.0.1:7105";
proxyPass = "http://127.0.0.1:${toString port}";
};
};
};