From 93d2c9ce472b6748749d5f0d87d50c7c484cf243 Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Sun, 15 Sep 2024 18:50:05 +0000 Subject: [PATCH] fix more things --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 867f92b..a5e6350 100644 --- a/configuration.nix +++ b/configuration.nix @@ -145,12 +145,12 @@ } { # Mari publicKey = "NfEjPn+ZYgB1vfNZ353AQOKPZLKUt4gPoNUSrywXjl0="; - allowedIPs = [ "10.100.0.20/32" ] + allowedIPs = [ "10.100.0.20/32" ]; } - { # WiTu + { # WiTu publicKey = "k+PkzHREDszWnzvY79JcBL2XCkwtQ/XSunxNft7pjwY="; - allowedIPs = ["10.100.0.19/32"]; - } + allowedIPs = ["10.100.0.19/32"]; + } ]; }; };