iso and lxc generation artifacts

This commit is contained in:
UGA Innovation Factory
2025-12-10 13:29:23 -05:00
parent 3f2efc0b61
commit 27dad325fe
9 changed files with 203 additions and 8 deletions

View File

@@ -23,6 +23,11 @@
description = "The size of the swap partition.";
};
};
buildMethods = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [ "iso" ];
description = "List of allowed build methods (iso, lxc, proxmox).";
};
};
config = {