From 9935f7c4e0513a2a2135c4717113eb7f875dde26 Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Sun, 15 Sep 2024 18:01:43 +0000 Subject: [PATCH] add mari --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 0bdfe39..9a9348e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -143,6 +143,10 @@ publicKey = "il12KBAwODC1TTZgT4JIL0f6AZcYWxylmuVlTlWd80s="; allowedIPs = [ "10.100.0.18/32" ]; } + { # Mari + publicKey = "NfEjPn+ZYgB1vfNZ353AQOKPZLKUt4gPoNUSrywXjl0="; + allowedIPs = [ "10.100.0.19/32" ] + } ]; }; };