diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-03-17 12:42:44 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-03-17 12:42:44 +0530 |
commit | 7a9bed2f9aa41cb02783c58696055005d7a17e81 (patch) | |
tree | 703c5ba670c49a56910d888aec65c23071a061ed | |
parent | aacadd4b6cbe7df5113a91090c095cc0db5ea2ad (diff) |
kay/wireguard: update peers
-rw-r--r-- | os/kay/modules/wireguard.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kay/modules/wireguard.nix b/os/kay/modules/wireguard.nix index a649d02..4707015 100644 --- a/os/kay/modules/wireguard.nix +++ b/os/kay/modules/wireguard.nix @@ -42,8 +42,8 @@ in { publicKey = "q70IyOS2IpubIRWqo5sL3SeEjtUy2V/PT8yqVExiHTQ="; allowedIPs = [ "10.0.1.4/32" ]; } - { # shambai - publicKey = "YYDlp/bNKkqFHAhdgaZ2SSEMnIjKTqPTK7Ju6O9/1gY="; + { # pradeep - dad fren + publicKey = "BAOdbgUd53ZmQWkZP3N+zAsxdBpqv6icEwmmjRFEmxI="; allowedIPs = [ "10.0.1.5/32" ]; } ]; |