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/mgmt.nix | |
| parent | c6229f1835c0b7c02641de999f86423d1f288bce (diff) | |
kanidm: init
Diffstat (limited to 'modules/wg/mgmt.nix')
| -rw-r--r-- | modules/wg/mgmt.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/wg/mgmt.nix b/modules/wg/mgmt.nix index 7166666..ef3dc00 100644 --- a/modules/wg/mgmt.nix +++ b/modules/wg/mgmt.nix @@ -55,6 +55,14 @@ publicKey = "zN2Dr/ZGMh1Ftparszp22Qnbz2ISJU12iDVatebOHUE="; privateKeyFile = config.sops.secrets."wg/0xa-mgmt".path; }; + "kanidm" = { + address = [ + "10.89.87.11/24" + "fd31:185d:722e::11/48" + ]; + publicKey = "n3t6ImxSiEivxQzXXqLZZBxgyDOw/y8P4pvLglkfHWI="; + privateKeyFile = config.sops.secrets."wg/0xa-mgmt".path; + }; }; } ]; |
