diff --git a/configuration.nix b/configuration.nix index e751f99..e8463e7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -82,7 +82,11 @@ { # ku publicKey = "L4msD0mEG2ctKDtaMJW2y3cs1fT2LBRVV7iVlWZ2nZc="; allowedIPs = [ "10.100.0.3/32" ]; - } + } + { # Jas + publicKey = "Q90Tvst8ZntJPl1WxLOcV108k9SwPIpjXAtxHPE62UM="; + allowedIPs = ["10.100.0.6/32"]; + } { # skyLaptop publicKey = "2sg0sgMMGQrCGt0f/5+1kO/B0Ghfb137DTf9nYctZTM="; allowedIPs = [ "10.100.0.4/32" ];