Add spice USB redirection
This commit is contained in:
parent
9c729e9a4e
commit
7d6e0b4ea5
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
environment.systemPackages = with pkgs; [ virt-manager ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue