From 7709618e40aa392336948a571c2714d0d0c366e4 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 4 Jul 2024 15:21:39 -0400 Subject: [PATCH] mauville/nginx: pull navidrome port from options --- hosts/mauville/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mauville/default.nix b/hosts/mauville/default.nix index c4b9560e..1f063304 100644 --- a/hosts/mauville/default.nix +++ b/hosts/mauville/default.nix @@ -108,7 +108,7 @@ in { forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1:4533"; + proxyPass = "http://127.0.0.1:${toString config.ar.containers.nixos.navidrome.port}"; proxyWebsockets = true; extraConfig = ''