From 8e31dfc5290025542798535b67b8ac8474090036 Mon Sep 17 00:00:00 2001 From: catvayor Date: Sun, 13 Oct 2024 12:55:52 +0200 Subject: [PATCH] add gabi to degette test --- hive.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hive.nix b/hive.nix index 402de0c..cac37aa 100644 --- a/hive.nix +++ b/hive.nix @@ -88,7 +88,10 @@ in imports = [ ./machines/kat-virt ]; - users.users.root.openssh.authorizedKeys.keys = [ id_sylvain ]; + users.users.root.openssh.authorizedKeys.keys = [ + id_sylvain + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoQZ/77uiai4rBHYwL55IweUOdR9svxDxlP/o7sulRT gdesfrene@clipper.ens.fr" + ]; }; kat-mail-test =