feat(virtualisation): update libvirt config

This commit is contained in:
Felix Schröter 2023-05-31 17:03:30 +02:00
parent c79c125e4c
commit 2dad58f1e9
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -2,6 +2,7 @@
{ {
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
# virtualisation.spiceUSBRedirection.enable = true;
environment.systemPackages = with pkgs; [ virt-manager gnome.gnome-boxes ]; environment.systemPackages = with pkgs; [ virt-manager gnome.gnome-boxes ];
} }