Fix typo in variable name

This commit is contained in:
Evie Litherland-Smith 2023-11-19 06:08:32 +00:00
parent 74d34f9e62
commit d51762e91a

View file

@ -20,7 +20,7 @@ in {
tls = { certResolver = "default"; };
};
services.navidrome.loadBalancer.servers =
[{ url = "http://localhost:${navidrome.settings.port}"; }];
[{ url = "http://localhost:${navidrome.settings.Port}"; }];
};
};
}