From 570a0cd623968a9d0a14926796804986806e5c44 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 20 May 2024 18:46:05 +0300 Subject: [PATCH] hosts/tatos: add one more phone --- hosts/tatos/services/wireguard/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/tatos/services/wireguard/default.nix b/hosts/tatos/services/wireguard/default.nix index f21e7ff..d483ed6 100644 --- a/hosts/tatos/services/wireguard/default.nix +++ b/hosts/tatos/services/wireguard/default.nix @@ -72,16 +72,21 @@ in publicKey = "mzVH0N3q7UE/XjMwgRks+D8KFuIj91VkOK2ytgjsnkw="; allowedIPs = [ "10.20.30.4/32" ]; } - # Phone 1 + # Phone 1 j { publicKey = "bwKSB61krDPZV9JVw2ChPCImxqjJHQ2vXvWjbqPy/2o="; allowedIPs = [ "10.20.30.5/32" ]; } - # Phone 2 + # Phone 2 m { publicKey = "0+ejwId5JcTeMvoz+I/ACpmpUFjD7rl9wqz8H/OAHEw="; allowedIPs = [ "10.20.30.6/32" ]; } + # Phone 3 n + { + publicKey = "IUw38F1ik2y2XoPh3Nd1VVxHz9nfKDfNKyzBaEi0rjc="; + allowedIPs = [ "10.20.30.7/32" ]; + } ]; }; };