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" ]; + } ]; }; };