From 33e8a8bef75d8ae173682fe20e6351b9e3ee7ea1 Mon Sep 17 00:00:00 2001
From: Julien Malka <julien.malka@me.com>
Date: Sat, 26 Feb 2022 22:37:16 +0100
Subject: [PATCH] Added client to vpn

---
 machines/lisa/default.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/machines/lisa/default.nix b/machines/lisa/default.nix
index 2ed6f56..5a56d67 100644
--- a/machines/lisa/default.nix
+++ b/machines/lisa/default.nix
@@ -129,6 +129,10 @@
           allowedIPs = [ "10.100.0.9/32" ];
           publicKey = "z85y4nc+7O7t2I4VqP0SAKJOD46PlkXoEPiuGOBS+SI=";
         }
+        {
+          allowedIPs = [ "10.100.0.10/32" ];
+          publicKey = "SJ9tflQps1kssFsgVGLhqSSVKNPDspd+5xVMSu/aqk4=";
+        }
       ];
 
     };