guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: overdrive: Add Wireguard keep-alive suppor


From: Mathieu Othacehe
Subject: branch master updated: hydra: overdrive: Add Wireguard keep-alive support.
Date: Tue, 01 Jun 2021 08:25:47 -0400

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new cce2556  hydra: overdrive: Add Wireguard keep-alive support.
cce2556 is described below

commit cce2556dec58a58893eb50033c68ae3a93c5ed06
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 1 14:24:37 2021 +0200

    hydra: overdrive: Add Wireguard keep-alive support.
    
    * hydra/modules/sysadmin/overdrive.scm (berlin-peer): Add Wireguard 
keep-alive support.
---
 hydra/modules/sysadmin/overdrive.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/overdrive.scm 
b/hydra/modules/sysadmin/overdrive.scm
index a53aa5a..1d23e56 100644
--- a/hydra/modules/sysadmin/overdrive.scm
+++ b/hydra/modules/sysadmin/overdrive.scm
@@ -77,7 +77,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* (overdrive-system name #:key wireguard-ip)



reply via email to

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