From 2e3d0c8ecef1e8c013fac23e4cfaa5ebc234062f Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 30 Dec 2024 20:44:05 +0100 Subject: Update server host key and rekey secret Signed-off-by: Mel --- configuration/secrets/keys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configuration/secrets/keys.nix') diff --git a/configuration/secrets/keys.nix b/configuration/secrets/keys.nix index 218e880..fcc8227 100644 --- a/configuration/secrets/keys.nix +++ b/configuration/secrets/keys.nix @@ -4,7 +4,7 @@ let # machines and their host key that are included in this configuration, # in this case, just one. machines = { - specimen = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMuIJFXse7iSMaOoBdr/WGqbNBwWLQTpFw6R8ram89gB"; + specimen = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA+DSTXhSm/ev71JvGg1i8qaMiJng/b++3wAbaTCwenf"; }; # users that can sign secrets, with all of their keys. -- cgit 1.4.1