diff options
Diffstat (limited to 'modules/wg/mgmt.nix')
| -rw-r--r-- | modules/wg/mgmt.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/wg/mgmt.nix b/modules/wg/mgmt.nix index 64a55fd..7166666 100644 --- a/modules/wg/mgmt.nix +++ b/modules/wg/mgmt.nix @@ -33,6 +33,20 @@ publicKey = "H+WeYIBdX7ZHwkgm4BGnF0HF0JULkxyNMcvCviHhmks="; privateKeyFile = config.sops.secrets."wg/0xa-mgmt".path; }; + "fituurpan" = { + address = [ + "10.89.87.101/24" + "fd31:185d:722e::101/48" + ]; + publicKey = "nM1cO8gPtwe8BGVSuLLowss2txEr4axalWu6yKVQhm8="; + }; + "glowing-rectangle" = { + address = [ + "10.89.87.102/24" + "fd31:185d:722e::102/48" + ]; + publicKey = "DvYrZQOvloltdNULcCZMKWn6QGUarUdTQtPYdAMCIUI="; + }; "minime" = { address = [ "10.89.87.10/24" |
