diff options
Diffstat (limited to 'modules/wg')
| -rw-r--r-- | modules/wg/proxy.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/wg/proxy.nix b/modules/wg/proxy.nix index a94f7e2..3b92b8d 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -63,6 +63,14 @@ publicKey = "pXiOmI3aspl2IvdvLXLddxw76QYMRTACNm42nq+L4D0="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; + "conduwuit" = { + address = [ + "10.89.88.16/24" + "fd31:185d:722f::16/48" + ]; + publicKey = "dj5/CnTAFe5ELnZ5oWonYc+5VdzDyooTYGb/bqcxf3Y="; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; }; } ]; |
