add forgejo microvm

This commit is contained in:
Grigory Shipunov 2025-02-03 17:12:11 +00:00 committed by Grisha Shipunov
parent 9ebfe0c59b
commit 20ac636eb8
9 changed files with 278 additions and 3 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;
};
};
}
];