diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-19 18:31:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-19 18:32:10 +0530 |
commit | 6f7230d66ec97c86572f4a8552f8e4cfaf65ed4b (patch) | |
tree | 52d31279a08741bb6c745981c9424812e0008b93 /hosts/kay/modules/wireguard.nix | |
parent | 366abef106debf22e18cbb138a0a067e39a3f212 (diff) |
kay/wireguard: add new peer
Diffstat (limited to 'hosts/kay/modules/wireguard.nix')
-rw-r--r-- | hosts/kay/modules/wireguard.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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" ]; + } ]; }; }; |