From e37febbe6a9439728efb2c983800e9a221939f14 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 7 Oct 2024 23:01:41 +0200 Subject: [PATCH] pub-solar: add ed25519 SSH public key --- users/pub-solar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/pub-solar/default.nix b/users/pub-solar/default.nix index 506d6c7f..4182dbe4 100644 --- a/users/pub-solar/default.nix +++ b/users/pub-solar/default.nix @@ -13,6 +13,7 @@ email = "teutat3s@pub.solar"; publicKeys = [ "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFro/k4Mgqyh8yV/7Zwjc0dv60ZM7bROBU9JNd99P/4co6fxPt1pJiU/pEz2Dax/HODxgcO+jFZfvPEuLMCeAl0= YubiKey #10593996 PIV Slot 9a" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcU6KPy4b1MQXd6EJhcYwbJu7E+0IrBZF/IP6T7gbMf teutat3s@dumpyourvms" ]; }; };