From ad4465e626bd89f1b4566a8cd89850d813a9a7ee Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 4 Oct 2025 22:55:07 +0200 Subject: [PATCH] Update: remote deploy use extra ssh key --- nixos/basics/remote-deploy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/basics/remote-deploy.nix b/nixos/basics/remote-deploy.nix index 6bc6687..1a8f4f6 100644 --- a/nixos/basics/remote-deploy.nix +++ b/nixos/basics/remote-deploy.nix @@ -11,6 +11,6 @@ }; users.users.root.openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKp1Rfb2acLM/5TDUahu+AdV/HVw+hoOTdQIeQIjV5p8" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKobKuuJCoQ7gj/NeE57wfSg/Qs4X3osw9xXook3PMAP bertof@extra" ]; }