From 6f7230d66ec97c86572f4a8552f8e4cfaf65ed4b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 19 Feb 2024 18:31:54 +0530 Subject: kay/wireguard: add new peer --- hosts/kay/modules/wireguard.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/kay/modules/wireguard.nix b/hosts/kay/modules/wireguard.nix index 6580c4a..f90b1ec 100644 --- a/hosts/kay/modules/wireguard.nix +++ b/hosts/kay/modules/wireguard.nix @@ -42,6 +42,10 @@ in publicKey = "q70IyOS2IpubIRWqo5sL3SeEjtUy2V/PT8yqVExiHTQ="; allowedIPs = [ "10.0.1.4/32" ]; } + { # shambai + publicKey = "YYDlp/bNKkqFHAhdgaZ2SSEMnIjKTqPTK7Ju6O9/1gY="; + allowedIPs = [ "10.0.1.5/32" ]; + } ]; }; }; -- cgit v1.2.3