update fedi203

This commit is contained in:
Kiara Grouwstra 2025-08-04 14:41:37 +02:00
parent 27016c9654
commit 098a0447a2
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -2,8 +2,9 @@
_class = "nixops4Resource";
fediversityVm = {
name = "fedi203";
isFediversityVm = true;
vmId = 203;
proxmox = "fediversity";
description = "woodpecker";
domain = "abundos.eu";
@ -19,7 +20,6 @@
nixos.module = {
imports = [
../../../infra/common/proxmox-qemu-vm.nix
./woodpecker.nix
];
};