guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: bayfront: Remove actually unneeded shared secret key.


From: Ludovic Courtès
Subject: 01/02: hydra: bayfront: Remove actually unneeded shared secret key.
Date: Tue, 30 Apr 2019 17:30:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 64691ea413ef3aa307182e661a21c7f9b90e0115
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 30 23:29:00 2019 +0200

    hydra: bayfront: Remove actually unneeded shared secret key.
    
    * hydra/bayfront.scm (services) <knot-configuration>: Remove 'includes',
    and remove 'key' field from remote.
---
 hydra/bayfront.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index cd7780c..8bda1be 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -150,15 +150,9 @@ Happy hacking!\n"))
                                             (address (list gnu-ns1-ip4))
                                             (action '(transfer)))))
 
-                              ;; The 'secrets.conf' file is stored
-                              ;; out-of-band.  It contains the definition of
-                              ;; the "gnu-update-key" key.
-                              (includes '("/etc/knot/secrets.conf"))
-
                               (remotes (list (knot-remote-configuration
                                               (id "gnu-master")
-                                              (address (list gnu-ns1-ip4))
-                                              (key "gnu-update-key"))))))
+                                              (address (list gnu-ns1-ip4)))))))
 
                    (frontend-services %sysadmins
                                       #:nar-ttl (* 45 24 3600)



reply via email to

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