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" ]; }