guix-commits
[Top][All Lists]
Advanced

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

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


From: Mathieu Othacehe
Subject: branch master updated: berlin: Add bayfront to Wireguard peers.
Date: Tue, 21 Dec 2021 10:15:20 -0500

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 fe3d18f  berlin: Add bayfront to Wireguard peers.
fe3d18f is described below

commit fe3d18fc2ec7c86e9b62c97d1bc87cddb49709d2
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Dec 21 16:14:52 2021 +0100

    berlin: Add bayfront to Wireguard peers.
    
    * hydra/berlin.scm: Add bayfront 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 d1c8f85..16fb42c 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -356,7 +356,11 @@ Happy hacking!\n"))
                          (wireguard-peer
                           (name "grunewald")
                           (public-key 
"jYP2hpbvUlklLamTWCSMW00xyneBrqazBI/ldiINOWc=")
-                          (allowed-ips '("10.0.0.10/32")))))))
+                          (allowed-ips '("10.0.0.10/32")))
+                        (wireguard-peer
+                          (name "bayfront")
+                          (public-key 
"/oydkAV1bep1JRQ/JRO+tEuybwtwczYlidSP97CnDwI=")
+                          (allowed-ips '("10.0.0.11/32"))) ))))
 
              (append
               (website-services)



reply via email to

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