fix: fix typo

This commit is contained in:
Katharina Heidenreich 2026-03-14 13:02:12 +01:00
parent fa30b1468d
commit bd8ec1736f
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ let
locationList = if service.reverse_proxy.endpoints == null
then ["/"]
else service.reverse_proxy.endpoints;
locationsData = builtins listToAttrs (map (endpointName: {
locationsData = builtins.listToAttrs (map (endpointName: {
name = endpointName;
value = {
proxyPass = "http://127.0.0.1:${builtins.toString service.reverse_proxy.port}/";