virtualisation: Install virt-manager

This commit is contained in:
PapaTutuWawa 2022-05-05 11:27:43 +02:00
parent 4c82f65024
commit 695b96ecfe

View File

@ -8,7 +8,7 @@ in {
};
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [ virglrenderer unstable.qemu ];
environment.systemPackages = with pkgs; [ virglrenderer unstable.qemu virt-manager ];
services.spice-vdagentd.enable = true;
virtualisation.libvirtd = {