mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 18:24:59 +03:00
commit
3dca12acad
@ -49,6 +49,7 @@ raw-efi | raw image with efi support
|
|||||||
virtualbox | virtualbox VM
|
virtualbox | virtualbox VM
|
||||||
vm | only used as a qemu-kvm runner
|
vm | only used as a qemu-kvm runner
|
||||||
vm-nogui | same as before, but without a GUI
|
vm-nogui | same as before, but without a GUI
|
||||||
|
vmware | VMWare image (VMDK)
|
||||||
sd-aarch64-installer | create an installer sd card for aarch64. For cross compiling use `--system aarch64-linux` and read the cross-compile section.
|
sd-aarch64-installer | create an installer sd card for aarch64. For cross compiling use `--system aarch64-linux` and read the cross-compile section.
|
||||||
sd-aarch64 | Like sd-aarch64-installer, but does not use default installer image config.
|
sd-aarch64 | Like sd-aarch64-installer, but does not use default installer image config.
|
||||||
|
|
||||||
|
8
formats/vmware.nix
Normal file
8
formats/vmware.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ modulesPath, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
"${toString modulesPath}/virtualisation/vmware-image.nix"
|
||||||
|
];
|
||||||
|
|
||||||
|
formatAttr = "vmwareImage";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user