nixos/incus/virtual-machine: explicitly enable repart image

Fixes hydra eval error
This commit is contained in:
Adam C. Stephens
2026-09-14 09:25:22 -04:00
parent 5045546aef
commit fed772ea5f

View File

@@ -47,6 +47,7 @@ in
});
image.repart = {
enable = true;
name = "nixos";
version = null;
sectorSize = 512;