add libvirt

This commit is contained in:
Aditya 2023-05-25 19:29:49 +05:30
parent 1296e4dced
commit b5bd1392e4

View file

@ -116,10 +116,19 @@
packages = with pkgs; [
firefox
kate
# thunderbird
vim
libvirt
spice-gtk
qemu
qemu_kvm
virt-viewer
virt-manager
OVMF
];
};
virtualisation.libvirtd.enable = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;