From a6d5a32396c81ef652affd263968cbdf0672b0f9 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 27 Aug 2024 22:53:12 +0300 Subject: [PATCH] hosts/tatos: add one more laptop --- hosts/tatos/services/wireguard/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/tatos/services/wireguard/default.nix b/hosts/tatos/services/wireguard/default.nix index 7f8ca62..f0f2a3e 100644 --- a/hosts/tatos/services/wireguard/default.nix +++ b/hosts/tatos/services/wireguard/default.nix @@ -87,6 +87,11 @@ in publicKey = "IUw38F1ik2y2XoPh3Nd1VVxHz9nfKDfNKyzBaEi0rjc="; allowedIPs = [ "10.20.30.7/32" ]; } + # Laptop m + { + publicKey = "dF5YEeK1nw2V4GNLwg67M+r8NMA315KpueQMk+ZFO1M="; + allowedIPs = [ "10.20.30.8/32" ]; + } ]; }; };