From 9984369a50e67814bfce8ebe25478257b5bdc738 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 3 Dec 2021 18:34:09 +0800 Subject: [PATCH] nixops: upgrade hitl key to ssh-ed25519 (2) --- nixops/rpi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixops/rpi.nix b/nixops/rpi.nix index c466812..5aca52b 100644 --- a/nixops/rpi.nix +++ b/nixops/rpi.nix @@ -62,7 +62,7 @@ in isNormalUser = true; extraGroups = ["plugdev" "dialout"]; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP5yGT1HFT+ML4jcIDj7CbImLQLK4NIY+bIUu6gTxwiP" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJGICdNM9mHHAa1Cxk9Wz3YLkIEeqrIQGxM0aoy1g5O" ]; }; };