chore: rekey mealie for real ssh host key, fix port stringification

This commit is contained in:
oddlama 2025-05-18 20:48:53 +02:00
parent 4dde53ea71
commit 3c38eaf072
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
12 changed files with 31 additions and 40 deletions

View file

@ -55,7 +55,7 @@ in
nodes.ward-web-proxy = {
services.nginx = {
upstreams.mealie = {
servers."${config.wireguard.proxy-home.ipv4}:${config.services.mealie.port}" = { };
servers."${config.wireguard.proxy-home.ipv4}:${toString config.services.mealie.port}" = { };
extraConfig = ''
zone mealie 64k;
keepalive 2;