From bc838a0c45ed6f6984c87eb6de9c075ad520f7d1 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 12 Nov 2023 12:24:31 +0530 Subject: kay/wireguard: add new peer --- hosts/kay/modules/wireguard.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/kay/modules/wireguard.nix') 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" ]; + } ]; }; }; -- cgit v1.2.3