diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/wg/mgmt.nix | 8 | ||||
| -rw-r--r-- | modules/wg/proxy.nix | 8 |
2 files changed, 16 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; + }; }; } ]; 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; + }; }; } ]; |
