From 8330a47727172fff57e9ea68bf3db4319241600b Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 15 Jan 2023 19:58:26 +0000 Subject: [PATCH] feat: new key to use specifically for this --- machines/_base.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/machines/_base.nix b/machines/_base.nix index 7540f71..5b5a045 100644 --- a/machines/_base.nix +++ b/machines/_base.nix @@ -19,8 +19,7 @@ initialHashedPassword = ""; openssh.authorizedKeys.keys = [ - # personal one - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQHZQA1ovXw4DWDUD7ivh4eW0lnCsHVvSvBCrlAWN/b Hetzner NixOS Tester" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK6DjXTAxesXpQ65l659iAjzEb6VpRaWKSg4AXxifPw9 Skynet Admin" ]; };