From 29e75e319f8d7d54acce6526151be3094549dfdd Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Mon, 28 Oct 2024 23:01:11 -0500 Subject: [PATCH] add aristotle to wireguard --- boxes/netbox/wireguard.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boxes/netbox/wireguard.nix b/boxes/netbox/wireguard.nix index b33fa31..35393c8 100644 --- a/boxes/netbox/wireguard.nix +++ b/boxes/netbox/wireguard.nix @@ -29,6 +29,10 @@ publicKey = "JlH1X4KRT+B8Uau+qTLtBqyapkbGClIj1db7znU77kc="; allowedIPs = [ "10.100.0.2/32" ]; } + { # aristotle + publicKey = "Sw2yyMhyS8GOCWm1VuGn3Y7cfx606dXOGK5mux8ckQU="; + allowedIPs = [ "10.100.0.3/32" ]; + } ]; }; };