berlin: Add bayfront to Wireguard peers.

* hydra/berlin.scm: Add bayfront to Wireguard peers.
This commit is contained in:
Mathieu Othacehe 2021-12-21 16:14:52 +01:00
parent 969c0b5594
commit fe3d18fc2e
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 5 additions and 1 deletions

View File

@ -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)