From faf5e8a7ae44cbc8505c7569f8e151f12a25c21c Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 31 Oct 2025 13:40:43 +0100 Subject: [PATCH] rm boot label, which made machines unbootable on deploy (#565) Reviewed-on: https://git.fediversity.eu/fediversity/fediversity/pulls/565 --- infra/common/proxmox-qemu-vm.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/common/proxmox-qemu-vm.nix b/infra/common/proxmox-qemu-vm.nix index 78e113a7..6b4970b3 100644 --- a/infra/common/proxmox-qemu-vm.nix +++ b/infra/common/proxmox-qemu-vm.nix @@ -40,7 +40,6 @@ priority = 1; size = "500M"; type = "EF00"; - label = "boot"; content = { type = "filesystem"; format = "vfat";