From d0c22c62fe43259dae485e948bc281a1f289d722 Mon Sep 17 00:00:00 2001 From: Romain GARBAGE <romain.garbage@inria.fr> Date: Thu, 21 Mar 2024 12:37:18 +0100 Subject: [PATCH] Key update and root access for Romain. --- build-node.scm | 3 ++- head-node.scm | 3 ++- romain.pub | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build-node.scm b/build-node.scm index 72dba0d..2882e52 100644 --- a/build-node.scm +++ b/build-node.scm @@ -73,7 +73,8 @@ ("florent" ,(local-file "florent.pub")) ("eagullo" ,(local-file "manu.pub")) ("rgarbage" ,(local-file "romain.pub")) - ("root" ,(local-file "ludo.pub")))))) + ("root" ,(local-file "ludo.pub") + ,(local-file "romain.pub")))))) ;; Start a Cuirass "worker". (service cuirass-remote-worker-service-type diff --git a/head-node.scm b/head-node.scm index 8293650..400678a 100644 --- a/head-node.scm +++ b/head-node.scm @@ -434,7 +434,8 @@ ("eagullo" ,(local-file "manu.pub")) ("jlelaura" ,(local-file "julien.pub")) ("rgarbage" ,(local-file "romain.pub")) - ("root" ,(local-file "ludo.pub")))))) + ("root" ,(local-file "ludo.pub") + ,(local-file "romain.pub")))))) (service unattended-upgrade-service-type (unattended-upgrade-configuration diff --git a/romain.pub b/romain.pub index fc37c27..14f994b 100644 --- a/romain.pub +++ b/romain.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINN+lu7BPrB/CS7ZgTqQak/nKKaGbz0n7H4AW8kG+R+2 romain@guix-A102 +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOW0NDPzl/KYTOMh1z+esDB5TTp6fpNGTwYwRP91rmyQ romain@guix-A102 -- GitLab