From 81890388e67c56981f30cd0f528db35d18fdfb9f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 4 Apr 2025 19:10:13 -0400 Subject: [PATCH] New ssh key --- nixos/modules/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/user.nix b/nixos/modules/user.nix index bf5dd41..35885e7 100644 --- a/nixos/modules/user.nix +++ b/nixos/modules/user.nix @@ -27,6 +27,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEtE+KjKuHUj5bKKQBDKqhO5dpEQf8E8u1G6kRj7y6dI nathan@nixos" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOYLrArZUT8AQwr9jHLj8DnnJM46C6myF8C7AOza+BDr nathan@Nathan-Surface" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDrgiGxTw0AcInjsELMpq6MZfsl4oTHjo1MVwOc4QgdD nathan@swarm" ]; }; };