From e822d1ffb36a33abe5ecbb48675f3cd51601e942 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Fri, 6 Oct 2023 00:19:11 +0200 Subject: [PATCH] hosts/chonk: add teutat3s to libvirt container --- hosts/chonk/libvirt-container.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/chonk/libvirt-container.nix b/hosts/chonk/libvirt-container.nix index b69e54a9..fd318b2a 100644 --- a/hosts/chonk/libvirt-container.nix +++ b/hosts/chonk/libvirt-container.nix @@ -54,7 +54,10 @@ }; users.users.root = { - openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAqkqMYgncrnczcW/0PY+Z+FmNXXpgw6D9JWTTwiainy hensoko@hensoko-tp-work"]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAqkqMYgncrnczcW/0PY+Z+FmNXXpgw6D9JWTTwiainy hensoko@hensoko-tp-work" + "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFro/k4Mgqyh8yV/7Zwjc0dv60ZM7bROBU9JNd99P/4co6fxPt1pJiU/pEz2Dax/HODxgcO+jFZfvPEuLMCeAl0= YubiKey #10593996 PIV Slot 9a @teutat3s" + ]; }; system.stateVersion = "22.11";