From 315955da0197151b5a8eff8e7743942413da4fa3 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 12 Apr 2023 21:43:19 +0200 Subject: [PATCH] hosts: new ssh key for prophet --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default.nix b/hosts/default.nix index 2273996..6199efb 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -23,7 +23,7 @@ in with tools.dns; { }; prophet = { ssh.id = { - publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZ4FyGi69MksEn+UJZ87vw1APqiZmPNlEYIr0CbEoGv"; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAUG/ubwo68tt2jMP5ia0Sa4mnkWtlKVN5n4Y50U2nTC"; extraHostNames = subResolve "prophet" "node"; }; hypr = {