attempts to add qcow-efi to get oracle to work

and also adding things from the oci build
This commit is contained in:
Noah Masur
2025-06-30 16:31:52 -04:00
parent 928be5132a
commit 18b489592e
3 changed files with 60 additions and 2 deletions

View File

@ -215,8 +215,9 @@
};
"${name}-qcow" = lib.generateImage {
inherit system module;
format = "qcow";
format = "qcow-efi";
specialArgs = { inherit hostnames; };
# extraModules = [ "${nixpkgs}/nixos/modules/virtualisation/oci-image.nix" ];
};
}) hosts)
) lib.linuxHosts # x86_64-linux = { arrow = ...; swan = ...; }
@ -235,6 +236,12 @@
//
# Share generated images for each relevant host
(if (lib.hasInfix "linux" system) then generators.${system} else { })
# //
# # Oracle
# {
# flame-oci = nixosConfigurations.flame.config.system.build.OCIImage;
# }
);
# Development environments