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" ]; + } ]; }; };