From c7db19b0292fbc95e54374ee45a5c38841ff5b43 Mon Sep 17 00:00:00 2001 From: Giovanni Biscuolo Date: Wed, 22 May 2019 15:37:05 +0200 Subject: [PATCH] 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 --- hydra/milano-guix-1.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm index bb58247..cc1f334 100644 --- a/hydra/milano-guix-1.scm +++ b/hydra/milano-guix-1.scm @@ -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"))))))