From fc7195db6fbf1b4a68fc0d344ebafff173d6be89 Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Fri, 8 Mar 2024 21:08:10 -0800 Subject: [PATCH] Jaspers Public key and IP --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" ];