need to coerce port to a string
This commit is contained in:
parent
91eb48cd74
commit
d2ac5d588f
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ in
|
|||
|
||||
services.caddy.virtualHosts.${domain}.extraConfig = ''
|
||||
encode zstd gzip
|
||||
reverse_proxy http://localhost:${config.services.mealie.port}
|
||||
reverse_proxy http://localhost:${builtins.toString config.services.mealie.port}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue