diff --git a/build-node.scm b/build-node.scm
index 72dba0d1ad948b19294b4856ab9818d3e71d4f82..2882e5201b03a77218e2e02847037faf7cf48c79 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 8293650ebf96ae2340eebffafd82b60f944d751a..400678ab94975c6232a8d5be14a731cfe319b6c3 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 fc37c2744e5a2af6c46e1714eaa57ec93f1965e4..14f994ba90738a0882c1a65997e9b0bab352a10d 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