From 7db90489e332d727686fb3e34fc5e0a0bd428945 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 25 Feb 2023 22:06:32 -0500 Subject: [PATCH] Update ssh keys --- modules/linux/user.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/linux/user.nix b/modules/linux/user.nix index 5f37f91..0789d4a 100644 --- a/modules/linux/user.nix +++ b/modules/linux/user.nix @@ -35,8 +35,8 @@ in with lib; { openssh.authorizedKeys.keys = [ # yubikey ssh key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILRs6zVljIlQEZ8F+aEBqqbpeFJwCw3JdveZ8TQWfkev cardno:000615938515" - # Macbook pro key - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHGGKjZPsMGNiFoHETMdh4Jw08/xWjiLQVz/n0FgtiM nathan@extremophile.local" + # WSL key + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGXEV5lvLQ1CcPuJANv5AiYxtcRFEYXD5nODCazWnYC5 nathan@mccarty.io" # Phone key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFR0zpmBCb0iEOeeI6SBwgucddNzccfQ5Zmdgib5iSmF nix-on-droid@localhost" # Tablet key