milano: Add myself as a sysadmin.

* hydra/milano-guix-1.scm (%accounts): New sysadmin entry.
[services]{authorized-keys}: Register my SSH key.
This commit is contained in:
Maxim Cournoyer 2021-08-04 13:57:49 -04:00
parent 33669ccd9d
commit 063ddc0837
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@
(sysadmin "cbaines" "Christopher Baines")
(sysadmin "degrees380" "Giovanni Biscuolo")
(sysadmin "atrent" "Andrea Trentini")
(sysadmin "maxim" "Maxim Cournoyer")
(user-account
(name "hydra")
(comment "Hydra User")
@ -117,7 +118,8 @@
("ludo" ,(local-file "keys/ssh/ludo.pub"))
("andreas" ,(local-file "keys/ssh/andreas.pub"))
("cbaines" ,(local-file "keys/ssh/cbaines.pub"))
("rekado" ,(local-file "keys/ssh/rekado.pub"))))))
("rekado" ,(local-file "keys/ssh/rekado.pub"))
("maxim" ,(local-file "keys/ssh/maxim.pub"))))))
(service ntp-service-type)