guix-commits
[Top][All Lists]
Advanced

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

branch master updated: berlin: Add Dover to Wireguard peers.


From: Mathieu Othacehe
Subject: branch master updated: berlin: Add Dover to Wireguard peers.
Date: Wed, 14 Apr 2021 01:57:52 -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 62f9009  berlin: Add Dover to Wireguard peers.
62f9009 is described below

commit 62f9009256a279be3394e916b42e2b5fa1bd2464
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 14 07:56:44 2021 +0200

    berlin: Add Dover to Wireguard peers.
    
    * hydra/berlin.scm: Add Dover to Wireguard peers.
---
 hydra/berlin.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 70b14c6..269cb43 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -387,7 +387,11 @@ Happy hacking!\n"))
                          (wireguard-peer
                           (name "overdrive1")
                           (public-key 
"m2qys8ATAKUTT8YNUM3OmnJnw1lYm5GHpUA42/l1Qz8=")
-                          (allowed-ips '("10.0.0.3/32")))))))
+                          (allowed-ips '("10.0.0.3/32")))
+                         (wireguard-peer
+                          (name "dover")
+                          (public-key 
"b3D6Nv5X4npfko99HELdewtKL8LzbbeUAIFjpwU7HhA=")
+                          (allowed-ips '("10.0.0.4/32")))))))
 
              (frontend-services %sysadmins
                                 ;; Make sure we get enough build users.



reply via email to

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