diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-28 19:18:10 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-28 19:18:10 +0530 |
commit | 581ac47a3a23264018cefadfbac0f8c9fa148c90 (patch) | |
tree | c28048103835157c0171297fb553c5a5f7d9c1f0 /hosts/kay | |
parent | bd2cd8cf8ebd3f7bfcde96e0e8002fcbab64b908 (diff) |
kay/wireguard: remove peers
Diffstat (limited to 'hosts/kay')
-rw-r--r-- | hosts/kay/modules/wireguard.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/kay/modules/wireguard.nix b/hosts/kay/modules/wireguard.nix index 6cff390..af489ca 100644 --- a/hosts/kay/modules/wireguard.nix +++ b/hosts/kay/modules/wireguard.nix @@ -38,14 +38,6 @@ in publicKey = "bJ9aqGYD2Jh4MtWIL7q3XxVHFuUdwGJwO8p7H3nNPj8="; allowedIPs = [ "10.0.1.3/32" ]; } - { # nevin-server - publicKey = "4OrIu3Ol7Wux9eso+K9SceVPsZrrngj30vzirnnXyho="; - allowedIPs = [ "10.0.1.4/32" ]; - } - { # nevin-pc - publicKey = "1aL9HNy3JeWgDt6s2IxzIjKnp4ntJO6aufuyEwRp9WM="; - allowedIPs = [ "10.0.1.5/32" ]; - } ]; }; }; |