From 249aec089fd9d27ea8f2a34a120e9ce43ca184f9 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 8 Jun 2021 10:00:34 +0200 Subject: Add new host to mesh --- host/software/server/wireguard.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/software') diff --git a/host/software/server/wireguard.nix b/host/software/server/wireguard.nix index 32bfca7..8104cb0 100644 --- a/host/software/server/wireguard.nix +++ b/host/software/server/wireguard.nix @@ -34,6 +34,10 @@ publicKey = "jUtbAF3TZDEFXlL+YTV3g26wP0IWGbpiCFGXjxo5TXE="; allowedIPs = [ "10.100.0.6" ]; } + { # hephaestus + publicKey = "0nd/5vZaerTCUpS6uXsulCTzI3ZsUT2N2pnh7zTo8wg="; + allowedIPs = [ "10.100.0.7" ]; + } ]; }; }; -- cgit v1.2.3