diff options
| author | Grisha Shipunov | 2026-07-26 16:15:35 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2026-07-26 20:19:26 +0000 |
| commit | fa816e580c3bcc70f0b58d2991ed65d919fbc05e (patch) | |
| tree | e6ef36148c8488d81df4742fd24a5e93d2291a53 /modules | |
| parent | 08d7de681a1cdd9d4e3eb1dff4a3bbf5af880a9d (diff) | |
cgit: init
Diffstat (limited to 'modules')
| -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 091f057..ada0a8e 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -71,6 +71,14 @@ publicKey = "RDxbOvd/1FSWqIp5v1++wPBcG1hScAT4mhIlMZdvxU4="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; + "cgit" = { + address = [ + "10.89.88.19/24" + "fd31:185d:722f::19/48" + ]; + publicKey = "E9cs2Lq5hsBkz5UoUviJEf22pF0EpX6IYGm9L8D7QDc="; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; }; } ]; |
