diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-12 12:24:31 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-12 12:24:31 +0530 |
commit | bc838a0c45ed6f6984c87eb6de9c075ad520f7d1 (patch) | |
tree | 0899aca1a6670b1b7a1471c03c074e0035c09411 /hosts/kay/modules | |
parent | cb1e6cfa4f7b30a6491ead84a8dbe8b4d43431e0 (diff) |
kay/wireguard: add new peer
Diffstat (limited to 'hosts/kay/modules')
-rw-r--r-- | hosts/kay/modules/wireguard.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/kay/modules/wireguard.nix b/hosts/kay/modules/wireguard.nix index 339f171..6cff390 100644 --- a/hosts/kay/modules/wireguard.nix +++ b/hosts/kay/modules/wireguard.nix @@ -38,10 +38,14 @@ in publicKey = "bJ9aqGYD2Jh4MtWIL7q3XxVHFuUdwGJwO8p7H3nNPj8="; allowedIPs = [ "10.0.1.3/32" ]; } - { # nevin + { # nevin-server publicKey = "4OrIu3Ol7Wux9eso+K9SceVPsZrrngj30vzirnnXyho="; allowedIPs = [ "10.0.1.4/32" ]; } + { # nevin-pc + publicKey = "1aL9HNy3JeWgDt6s2IxzIjKnp4ntJO6aufuyEwRp9WM="; + allowedIPs = [ "10.0.1.5/32" ]; + } ]; }; }; |