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