From fe9efe58524e25341773b79437558a8d92718c6b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 12 Apr 2024 19:55:08 +0200 Subject: [PATCH] add cherry to wireguard --- nixos/machines/orbi/network-wireguard.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/machines/orbi/network-wireguard.nix b/nixos/machines/orbi/network-wireguard.nix index ca2feda..77216dc 100644 --- a/nixos/machines/orbi/network-wireguard.nix +++ b/nixos/machines/orbi/network-wireguard.nix @@ -48,6 +48,11 @@ publicKey = "R1Vk1DDG/LsVU0HHRDmOJshXOVnNzPVbuv5hP7ZSGEQ="; allowedIPs = [ "10.100.0.6/32" ]; } + { + # cherry + publicKey = "ZNnlmPdxAGYtaUvOU2V47tcEhcB06LBCXkSxIvWZL2k="; + allowedIPs = [ "10.100.0.7/32" ]; + } ]; }; };