From 7478740a0a74c5f5e64f08fb28a6c970a6764329 Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Sun, 15 Sep 2024 18:28:38 +0000 Subject: [PATCH] add witu and mari --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index c2c9f24..cd23287 100644 --- a/configuration.nix +++ b/configuration.nix @@ -143,10 +143,16 @@ publicKey = "il12KBAwODC1TTZgT4JIL0f6AZcYWxylmuVlTlWd80s="; allowedIPs = [ "10.100.0.18/32" ]; } +<<<<<<< HEAD { # Mari publicKey = "NfEjPn+ZYgB1vfNZ353AQOKPZLKUt4gPoNUSrywXjl0="; allowedIPs = [ "10.100.0.20/32" ] } + { # WiTu + publicKey = "k+PkzHREDszWnzvY79JcBL2XCkwtQ/XSunxNft7pjwY="; + allowedIPs = ["10.100.0.19/32"]; + } +>>>>>>> f246dff (add witu) ]; }; };