Fediversity/machines/dev/fedi203/default.nix
Kiara Grouwstra a62155b690
add woodpecker CI
add woodpecker

status: agents error `agent could not auth: individual agent not found
by token: sql: no rows in result set`
2025-08-04 14:40:27 +02:00

26 lines
472 B
Nix

{
_class = "nixops4Resource";
fediversityVm = {
vmId = 203;
proxmox = "fediversity";
description = "woodpecker";
domain = "abundos.eu";
ipv4 = {
address = "95.215.187.203";
gateway = "95.215.187.1";
};
ipv6 = {
address = "2a00:51c0:13:1305::203";
gateway = "2a00:51c0:13:1305::1";
};
};
nixos.module = {
imports = [
../../../infra/common/proxmox-qemu-vm.nix
./woodpecker.nix
];
};
}