From 36b25377f55fca2e4abb8961621b5721baec57c9 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 5 Jul 2024 11:58:01 -0500 Subject: [PATCH] Update durincore's pub key. --- nixos/profiles/global/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/global/users.nix b/nixos/profiles/global/users.nix index 00bd5ee..35f9d18 100644 --- a/nixos/profiles/global/users.nix +++ b/nixos/profiles/global/users.nix @@ -29,7 +29,7 @@ in openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDJtqzSFK3MN12Lo3Y4DnzJV5NiygIPkR+gun5oEb2q jahanson@legiondary" - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyA/yMPPo+scxBaDFUk7WeEyMAMhXUro5vi4feOKsJT jahanson@durincore" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBsUe5YF5z8vGcEYtQX7AAiw2rJygGf2l7xxr8nZZa7w jahanson@durincore" ]; }; }