2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: bayfront: Add a user account for Mathieu Othacehe.

* hydra/bayfront.scm (%sysadmins): Add a new "mathieu" user.
This commit is contained in:
Mathieu Othacehe 2020-06-13 20:33:20 +02:00
parent c8e4117b18
commit e16d2e33b9
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -41,6 +41,9 @@
(sysadmin (name "rekado")
(full-name "Ricardo Wurmus")
(ssh-public-key (local-file "keys/ssh/rekado.pub")))
(sysadmin (name "mathieu")
(full-name "Mathieu Othacehe")
(ssh-public-key (local-file "keys/ssh/mathieu.pub")))
;; Not a sysadmin in any sense, but has access for the length of their
;; Outreachy internship to speed up their work. nckx will help them.