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:
parent
4dde53ea71
commit
3c38eaf072
12 changed files with 31 additions and 40 deletions
|
@ -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;
|
||||
|
|
|
@ -1 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmfHyKfCoAUflxiWZF4IBLMxLtTZexaAfwVwzFJIlqH
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIb02LgMHjS17qDc3wPjSj/7nKRfOIgh8FO2wJFOkYVo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue