guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: hydra: bayfront: Adjust guix authorized-keys.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Adjust guix authorized-keys.
Date: Fri, 26 Mar 2021 07:45:22 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit c7096d7976e26deb562a80e2a41a8f11a197da5a
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Mar 26 11:43:40 2021 +0000

    hydra: bayfront: Adjust guix authorized-keys.
    
    This should have been %build-node-keys, but was changed when
    refactoring the config recently.
    
    * hydra/bayfront.scm (operating-system)[services]: Adjust guix
    authorized-keys.
---
 hydra/bayfront.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 6cef52b..9f1d6ae 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -699,7 +699,9 @@ proxy_set_header X-Forwarded-For  
$proxy_add_x_forwarded_for;"))
                   (substitute-urls
                    '("https://bayfront.guix.gnu.org";))
                   (authorized-keys
-                   '())
+                   (cons
+                    (local-file "keys/guix/bayfront.guix.info-export.pub")
+                    %build-node-keys))
 
                   (max-silent-time 3600)
                   (timeout (* 6 3600))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]