diff options
Diffstat (limited to 'modules/wg/proxy.nix')
| -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 78f78bb..4151d59 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -23,6 +23,14 @@ publicIface = "enp1s0"; }; }; + "authentik" = { + address = [ + "10.89.88.2/24" + "fd31:185d:722f::2/48" + ]; + publicKey = ""; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; }; } ]; |
