Add spice USB redirection

This commit is contained in:
Bad 2021-08-15 00:45:49 +02:00
parent 9c729e9a4e
commit 7d6e0b4ea5

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [ virt-manager ];
}