feat: wireguard test

This commit is contained in:
Nick 2025-07-03 19:43:04 -05:00
parent 44865ba36c
commit d306321c8a

View file

@ -5,7 +5,7 @@
...
}:
let
inherit (flake.config.machines.devices) ceres mars;
inherit (flake.config.machines.devices) ceres mars deimos;
inherit (flake.config.services.instances) searx web;
configHelpers = {
service = searx;
@ -47,7 +47,7 @@ in
"${configHelpers.host}" = {
extraConfig = ''
@allowed_ips {
remote_ip ${mars.wireguard.ip0}
remote_ip ${mars.wireguard.ip0} ${deimos.wireguard.ip0}
}
handle @allowed_ips {