From 6cae2056fedb8915a46611ed0fd53e254988b591 Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Sun, 5 May 2024 03:12:25 +0000 Subject: [PATCH] Add baron --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index a900511..0ddb6b3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -131,6 +131,10 @@ publicKey = "g92YcBJQK/MOWMbpF8wZV/G8EgKdcIdltfdE/26GgSA="; allowedIPs = [ "10.100.0.15/32" ]; } + { # baron + publicKey = "4YQRCZwgdzpPk3Gia+3cl2GByHxjI1Vbup0orlgp8BI="; + allowedIPs = [ "10.100.0.16/32" ]; + } ]; }; };