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

hydra: milano: Add bayfront user ssh key to authorized-keys

This node should become an offload build server for bayfront.

* hydra/milano-guix-1.scm (authorized-keys): Add bayfront user ssh key
This commit is contained in:
Giovanni Biscuolo 2019-05-22 15:37:05 +02:00
parent 083394e0b2
commit c7db19b029
No known key found for this signature in database
GPG key ID: D37D0EA7CECC3912

View file

@ -96,6 +96,7 @@
(port-number 22)
(authorized-keys
`(("degrees380" ,(local-file "keys/ssh/degrees380.pub"))
("bayfront" ,(local-file "keys/ssh/bayfront.pub"))
("atrent" ,(local-file "keys/ssh/atrent.pub"))
("ludo" ,(local-file "keys/ssh/ludo.pub"))
("rekado" ,(local-file "keys/ssh/rekado.pub"))))))