diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-31 11:30:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-31 11:30:52 +0530 |
commit | d5f6cbc9be679c866495d8f3d612ebc541d39c0c (patch) | |
tree | 0968f77538a9cdb89837d980574ca62b487f806f /hosts | |
parent | e4b40ebf7231b6b4f7925ce84564538c4197c39f (diff) |
kay/wireguard: add new peer
Diffstat (limited to 'hosts')
-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 af489ca..339f171 100644 --- a/hosts/kay/modules/wireguard.nix +++ b/hosts/kay/modules/wireguard.nix @@ -38,6 +38,10 @@ in publicKey = "bJ9aqGYD2Jh4MtWIL7q3XxVHFuUdwGJwO8p7H3nNPj8="; allowedIPs = [ "10.0.1.3/32" ]; } + { # nevin + publicKey = "4OrIu3Ol7Wux9eso+K9SceVPsZrrngj30vzirnnXyho="; + allowedIPs = [ "10.0.1.4/32" ]; + } ]; }; }; |