Lots of jude updates

This commit is contained in:
Greg Hellings
2024-01-03 12:35:30 -06:00
parent a0f9b8729b
commit 702d522ee2
7 changed files with 29 additions and 19 deletions
+4 -11
View File
@@ -5,6 +5,7 @@
dmidecode
guestfs-tools
libguestfs
OVMFFull
ovftool
packer
virt-manager
@@ -19,6 +20,7 @@
libvirtd = {
enable = true;
onBoot = "ignore"; # Do not auto-restart VMs on boot, unless they are marked autostart
qemu.ovmf.enable = true;
};
virtualbox.host = {
@@ -26,6 +28,8 @@
enableExtensionPack = true;
};
vmware.host.enable = true;
waydroid.enable = false;
lxd.enable = false;
};
@@ -33,15 +37,4 @@
users.extraGroups.vboxusers.members = [ "greg" ];
boot.extraModprobeConfig = "options kvm_amd nested=1";
greg.ci-runner = {
qemu = {
labels = [
"qemu:host"
];
packages = with pkgs; [
qemu
];
};
};
}