mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: wireguard test
This commit is contained in:
parent
c6ea717181
commit
c6c3e4b3a4
3 changed files with 19 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue