[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: bayfront: Fix authorized-keys list.
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: bayfront: Fix authorized-keys list. |
Date: |
Mon, 10 Jun 2024 09:11:22 -0400 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 02bd9ec2 hydra: bayfront: Fix authorized-keys list.
02bd9ec2 is described below
commit 02bd9ec208cf8da3f4b2c5955232538fde455d48
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jun 10 14:10:45 2024 +0100
hydra: bayfront: Fix authorized-keys list.
* hydra/bayfront.scm <guix-configuration>: Fix the authorized-keys
list.
---
hydra/bayfront.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index ad25b2a3..8c3edc8c 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1727,7 +1727,7 @@ add_header Content-Type text/plain;")))
(substitute-urls
'("https://bordeaux.guix.gnu.org"))
(authorized-keys
- (cons*
+ (list
(local-file "keys/guix/bordeaux.guix.gnu.org-export.pub")
(local-file "keys/guix/data.guix.gnu.org.pub")
(local-file "keys/guix/data.qa.guix.gnu.org.pub")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: bayfront: Fix authorized-keys list.,
Christopher Baines <=