diff options
| author | Grisha Shipunov | 2026-08-02 11:07:55 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2026-08-02 12:47:54 +0000 |
| commit | 36268a51b81bad88aedb40dac55582be945fc3ab (patch) | |
| tree | 3406a86b600ed3572496f4f098b6616759ff2308 /modules/wg/proxy.nix | |
| parent | c6229f1835c0b7c02641de999f86423d1f288bce (diff) | |
kanidm: init
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 ada0a8e..3e40b40 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -79,6 +79,14 @@ publicKey = "E9cs2Lq5hsBkz5UoUviJEf22pF0EpX6IYGm9L8D7QDc="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; + "kanidm" = { + address = [ + "10.89.88.20/24" + "fd31:185d:722f::20/48" + ]; + publicKey = "eLw320v+OzITi6DyYi9sEvAHN75VYO8S4ysSH4ggG34="; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; }; } ]; |
