guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: honeycomb: Add keep-alive value for berlin


From: Ricardo Wurmus
Subject: branch master updated: hydra: honeycomb: Add keep-alive value for berlin-peer.
Date: Fri, 26 Nov 2021 09:06:58 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 55c3248  hydra: honeycomb: Add keep-alive value for berlin-peer.
55c3248 is described below

commit 55c32489cc6028b125ac22f429721be10d734162
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 26 15:06:06 2021 +0100

    hydra: honeycomb: Add keep-alive value for berlin-peer.
    
    * hydra/modules/sysadmin/honeycomb.scm (berlin-peer): Add keep-alive
    field to wireguard-peer.
---
 hydra/modules/sysadmin/honeycomb.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/honeycomb.scm 
b/hydra/modules/sysadmin/honeycomb.scm
index 0c4b4be..6998efa 100644
--- a/hydra/modules/sysadmin/honeycomb.scm
+++ b/hydra/modules/sysadmin/honeycomb.scm
@@ -148,7 +148,8 @@
    (name "peer")
    (endpoint "ci.guix.gnu.org:51820")
    (public-key "wOIfhHqQ+JQmskRS2qSvNRgZGh33UxFDi8uuSXOltF0=")
-   (allowed-ips '("10.0.0.1/32"))))
+   (allowed-ips '("10.0.0.1/32"))
+   (keep-alive 25)))
 
 (define* (honeycomb-system name #:key wireguard-ip)
   (operating-system



reply via email to

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