From 424644cd9774147bb95da2fa63eb381ff9444e25 Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Sun, 15 Sep 2024 19:14:37 +0000 Subject: [PATCH] Add Shiro --- configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"]; + } ]; }; };