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:
parent
083394e0b2
commit
c7db19b029
1 changed files with 1 additions and 0 deletions
|
@ -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"))))))
|
||||
|
|
Loading…
Reference in a new issue