diff --git a/configuration.nix b/configuration.nix index a5e6350..dfc736c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -149,8 +149,12 @@ } { # WiTu publicKey = "k+PkzHREDszWnzvY79JcBL2XCkwtQ/XSunxNft7pjwY="; - allowedIPs = ["10.100.0.19/32"]; - } + allowedIPs = ["10.100.0.19/32"]; + } + { # Shiro + publicKey = "I4US1u5iR5g8qzVvtVMvK65dgNsnnXbkAac3GBS1PWQ="; + allowedIPs = ["10.100.0.21/32"]; + } ]; }; };