feat: wireguard test

This commit is contained in:
Nick 2025-07-01 14:14:51 -05:00
parent c6ea717181
commit c6c3e4b3a4
3 changed files with 19 additions and 17 deletions

View file

@ -9,7 +9,8 @@ let
in
{
port = configHelpers.service.ports.port0;
bind_address = ceres.wireguard.ip0;
bind_address =
if configHelpers.hostname == ceres.name then ceres.wireguard.ip0 else configHelpers.localhost;
secret_key = config.sops.secrets.searx-key.path;
limiter = false;
public_instance = false;