From a0a9e032be5c0f8e6a34bc47b58c106c0086527d Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Mon, 29 Apr 2024 01:58:13 +0000 Subject: [PATCH] Add tach mew and fetti --- configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configuration.nix b/configuration.nix index b4a5714..7fff131 100644 --- a/configuration.nix +++ b/configuration.nix @@ -119,6 +119,18 @@ publicKey = "rNnRfKSO2/M+Lf1K4y1EwKD5v40T31NpcFCliZdqADM="; allowedIPs = [ "10.100.0.12/32" ]; } + { # Tech + publicKey = "uD+yrVfZidjwiJjk6y5bHL7xlIozgsSKKGM3idu92BI="; + allowedIPs = [ "10.100.0.13/32" ]; + } + { # meow + publicKey = "Jn3py2rxRuoluUl4eKxK+m+f21wMzQ4xI+NOMt7Oihc=" + allowedIPs = [ "10.100.0.14/32" ]; + } + { # fetti + publicKey = "g92YcBJQK/MOWMbpF8wZV/G8EgKdcIdltfdE/26GgSA=" + allowedIPs = [ "10.100.0.15/32" ]; + } ]; }; };