From f821e21389c36f5946480cbb88e5fea229a82116 Mon Sep 17 00:00:00 2001 From: shelken Date: Sun, 29 Sep 2024 23:09:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20add=20mio=20openssh=20public=20k?= =?UTF-8?q?ey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/base.nix b/modules/base.nix index 66368d7..6bf5f2f 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -58,6 +58,7 @@ # 2. Or just use hardware security keys like Yubikey/CanoKey. openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK1/TnqUWbdQgCcF1mXsgdMumR7EKGpyKn19SHzhFBuY shelken@yuuko" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN9sMBAahOZKZ5QXBEsu6ACfgX8TSt5EgD+E1h6mtzG2 shelken@mio" ]; };