diff options
| author | Grisha Shipunov | 2026-01-11 20:14:00 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2026-01-11 20:14:00 +0100 |
| commit | 0f47dea12e3c5cae4934d35597591a8d773f7e2b (patch) | |
| tree | bd8fd842a591921b0792517a1cdb587bb883f4c9 /modules | |
| parent | f427bfc67c0552c07158d8b02660ea172c29cbcd (diff) | |
add new devices to wg
Diffstat (limited to 'modules')
| -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" |
