From 41801992c28c7c6432d353be100a0f04bb86cdf4 Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Tue, 7 May 2024 04:23:07 +0000 Subject: [PATCH] Add blise --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 0ddb6b3..4bd874c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -135,6 +135,10 @@ publicKey = "4YQRCZwgdzpPk3Gia+3cl2GByHxjI1Vbup0orlgp8BI="; allowedIPs = [ "10.100.0.16/32" ]; } + { # blise + publicKey = "wOOOAtQ5YX4surQGU1aU+JzSV1fI/qFqMLm731z8nTc="; + allowedIPs = [ "10.100.0.17/32" ]; + } ]; }; };