1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

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;

View file

@ -1 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmfHyKfCoAUflxiWZF4IBLMxLtTZexaAfwVwzFJIlqH
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIb02LgMHjS17qDc3wPjSj/7nKRfOIgh8FO2wJFOkYVo