Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ab801283 authored by Romain Garbage's avatar Romain Garbage Committed by Ludovic Courtès
Browse files

Add SSH access for Romain.

* romain.pub: Add public SSH key.
* admins.scm: Add `rgarbage` user for Romain.
* head-node.scm: Add Romain's public key to SSH configuration.
* build-node.scm: Add Romain's public key to SSH configuration.
parent 67d047ee
Branches
No related tags found
1 merge request!5Add SSH access for Romain.
...@@ -10,4 +10,5 @@ ...@@ -10,4 +10,5 @@
(list (account "ludo" "Ludovic Courtès") (list (account "ludo" "Ludovic Courtès")
(account "florent" "Florent Pruvost") (account "florent" "Florent Pruvost")
(account "eagullo" "Emmanuel Agullo") (account "eagullo" "Emmanuel Agullo")
(account "jlelaura" "Julien Lelaurain"))) (account "jlelaura" "Julien Lelaurain")
(account "rgarbage" "Romain Garbage")))
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
`(("ludo" ,(local-file "ludo.pub")) `(("ludo" ,(local-file "ludo.pub"))
("florent" ,(local-file "florent.pub")) ("florent" ,(local-file "florent.pub"))
("eagullo" ,(local-file "manu.pub")) ("eagullo" ,(local-file "manu.pub"))
("rgarbage" ,(local-file "romain.pub"))
("root" ,(local-file "ludo.pub")))))) ("root" ,(local-file "ludo.pub"))))))
;; Start a Cuirass "worker". ;; Start a Cuirass "worker".
......
...@@ -392,6 +392,7 @@ ...@@ -392,6 +392,7 @@
("florent" ,(local-file "florent.pub")) ("florent" ,(local-file "florent.pub"))
("eagullo" ,(local-file "manu.pub")) ("eagullo" ,(local-file "manu.pub"))
("jlelaura" ,(local-file "julien.pub")) ("jlelaura" ,(local-file "julien.pub"))
("rgarbage" ,(local-file "romain.pub"))
("root" ,(local-file "ludo.pub")))))) ("root" ,(local-file "ludo.pub"))))))
(service unattended-upgrade-service-type (service unattended-upgrade-service-type
......
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINN+lu7BPrB/CS7ZgTqQak/nKKaGbz0n7H4AW8kG+R+2 romain@guix-A102
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment