fix virtualization
This commit is contained in:
parent
0e635555d2
commit
8c5ac812de
1 changed files with 7 additions and 4 deletions
|
|
@ -16,15 +16,18 @@
|
|||
qemu.ovmf.packages = [ pkgs.OVMFFull ];
|
||||
};
|
||||
spiceUSBRedirection.enable = true;
|
||||
virtualbox.host = {
|
||||
enable = false;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
};
|
||||
services.spice-vdagentd.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
virt-manager
|
||||
virt-viewer
|
||||
spice
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
win-virtio
|
||||
win-spice
|
||||
quickemu
|
||||
];
|
||||
|
||||
users.extraGroups.vboxusers.members = [ "jsutter" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue