From 0e3a20fbb9373972323ff79216abea324ea8d43a Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 19 Jun 2023 03:32:02 -0400 Subject: [PATCH] Update ssh key --- info/ssh-keys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/ssh-keys.nix b/info/ssh-keys.nix index 1b45ef7..50cc4ed 100644 --- a/info/ssh-keys.nix +++ b/info/ssh-keys.nix @@ -33,7 +33,7 @@ with builtins; rec { # vm key "productivity-vm" = { key = - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINbfxMLFV7YuyOuS75VR15FG46ffbHqPbAHk8lBJgDi8 nathan@nixos"; + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICVlQ8OWPXqCnhKtWC/nNebbSXj8lTSlH4xvxwV3mHBZ nathan@nixos"; }; # oracles key "oracles" = {