mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
mauville/nginx: pull navidrome port from options
This commit is contained in:
parent
3ece1b47a4
commit
7709618e40
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue