diff options
| author | Grigory Shipunov | 2025-02-03 17:12:11 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2025-02-05 18:39:49 +0100 |
| commit | 20ac636eb8e5bfebc104d7a3653faa2a852fa3fd (patch) | |
| tree | 73f468ad4def2ec8a2f28e533a47bbde44a3e925 /modules/wg | |
| parent | 9ebfe0c59b6503b4b29744ad7b63c3e4addcc84b (diff) | |
add forgejo microvm
Diffstat (limited to 'modules/wg')
| -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 f149049..a94f7e2 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -55,6 +55,14 @@ publicKey = "2Lvjzg8k5EIR0Y5mlsCHOs1cJl1+1SL0QMxkKUmliE0="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; + "forgejo" = { + address = [ + "10.89.88.15/24" + "fd31:185d:722f::15/48" + ]; + publicKey = "pXiOmI3aspl2IvdvLXLddxw76QYMRTACNm42nq+L4D0="; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; }; } ]; |
