Enable spiceUSBRedirection
This commit is contained in:
parent
37bb470afb
commit
f896e89d35
2 changed files with 17 additions and 12 deletions
|
@ -1,5 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
programs.virt-manager.enable = true;
|
||||
environment.systemPackages = [pkgs.quickemu];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue