From e17bd2e0ef21c6033bc0d8ff3f86e55d46953507 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 16 Aug 2026 12:04:07 -0400 Subject: [PATCH] feat: add fallarbor wireguard peer --- nix/modules/nixos/profiles/wireguard-hoenn.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/modules/nixos/profiles/wireguard-hoenn.nix b/nix/modules/nixos/profiles/wireguard-hoenn.nix index 8daa9c3e..d8dcaff8 100644 --- a/nix/modules/nixos/profiles/wireguard-hoenn.nix +++ b/nix/modules/nixos/profiles/wireguard-hoenn.nix @@ -19,6 +19,7 @@ _: { "10.254.1.3" = ["rustboro.hoenn"]; "10.254.1.4" = ["sootopolis.hoenn"]; "10.254.1.5" = ["fortree.hoenn"]; + "10.254.1.6" = ["fallarbor.hoenn"]; }; firewall = { @@ -48,6 +49,10 @@ _: { allowedIPs = ["10.254.1.5/32"]; publicKey = "rquW00TzyERo86qdjA+Xc4dtFfNQIidxxIkp9Y6hSBY="; } + { + allowedIPs = ["10.254.1.6/32"]; + publicKey = "ZbPq07drguGi6udpyBj1zOsyoxQzcm4awstyWIJRzAQ="; + } ]; }; }; -- 2.51.2