add forgejo to proxy net

This commit is contained in:
Grisha Shipunov 2025-02-03 19:28:15 +01:00
parent b3d6340134
commit e59677827b
3 changed files with 62 additions and 12 deletions

View file

@ -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;
};
};
}
];