From 634022d71716d9605231fe79db801769366b309a Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 31 Jul 2021 21:49:57 +0100 Subject: [PATCH] Add manuela to Wireguard peers --- modules/networking.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/networking.nix b/modules/networking.nix index 8b7a425..36eee3c 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -103,6 +103,11 @@ in { publicKey = "5DU9ipxJcut2wKrUr3yQux9crzXMSW4ZeKWFLRpUc1I="; allowedIPs = [ "10.9.0.4/32" ]; } + # manuela + { + publicKey = "V+DaOya2hLuV6C9BeCkDyFqXpPAFq9jMAeg1dvQw/FI="; + allowedIPs = [ "10.9.0.5/32" ]; + } ]; }; };