From 687fd697d1173d8fe1fd943a99443eed61de4fec Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Sun, 12 May 2024 17:38:54 +0000 Subject: [PATCH] add baba --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4bd874c..4b1d6d3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -139,6 +139,10 @@ publicKey = "wOOOAtQ5YX4surQGU1aU+JzSV1fI/qFqMLm731z8nTc="; allowedIPs = [ "10.100.0.17/32" ]; } + { # baba + publicKey = "il12KBAwODC1TTZgT4JIL0f6AZcYWxylmuVlTlWd80s="; + allowedIPs = [ "10.100.0.18/32" ]; + } ]; }; };