commit 191ab090c366f8bac784bbf1cd7fc99a38d84f21
parent abb1ebeb181026bbd08fcb06116db38796ccf864
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 21 Apr 2022 16:25:51 +0200
machines.nix: update naruhodo public key
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/secrets/machines.nix b/secrets/machines.nix
@@ -93,7 +93,7 @@ let
};
naruhodo = {
allowedIPs = [ "${wireguard.ips.naruhodo}/32" ];
- publicKey = "XXyyJ9GlIiZnUm+Bkpz+NSrFiosjfY4FB2PgLXVPLkI=";
+ publicKey = "Fp4YmztYYepL+k5Xd9ciWK6EhbZomGOH9ZsVBYMFnlM=";
};
};
ssh = {