mauville/nginx: pull navidrome port from options

This commit is contained in:
Aly Raffauf 2024-07-04 15:21:39 -04:00
parent 3ece1b47a4
commit 7709618e40

View file

@ -108,7 +108,7 @@ in {
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:4533"; proxyPass = "http://127.0.0.1:${toString config.ar.containers.nixos.navidrome.port}";
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = '' extraConfig = ''