From 199d06538a9aee1879b92b0849f74eabecaaa6d4 Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Sun, 15 Sep 2024 18:39:01 +0000 Subject: [PATCH] fix things --- configuration.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index cd23287..867f92b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -143,16 +143,14 @@ publicKey = "il12KBAwODC1TTZgT4JIL0f6AZcYWxylmuVlTlWd80s="; allowedIPs = [ "10.100.0.18/32" ]; } -<<<<<<< HEAD { # Mari publicKey = "NfEjPn+ZYgB1vfNZ353AQOKPZLKUt4gPoNUSrywXjl0="; allowedIPs = [ "10.100.0.20/32" ] } - { # WiTu + { # WiTu publicKey = "k+PkzHREDszWnzvY79JcBL2XCkwtQ/XSunxNft7pjwY="; - allowedIPs = ["10.100.0.19/32"]; - } ->>>>>>> f246dff (add witu) + allowedIPs = ["10.100.0.19/32"]; + } ]; }; };