tweaked virtualisation

This commit is contained in:
Bryan Ramos 2024-06-02 14:13:43 -04:00
parent 7872f666ca
commit 89ea429204
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 2 additions and 5 deletions

View file

@ -39,14 +39,10 @@
hardware.nvidia.open = true;
# Virtualisation
environment.systemPackages = with pkgs; [
virt-manager
];
virtualisation.libvirtd = {
enable = true;
qemu = {
package = pkgs.qemu_kvm;
package = pkgs.qemu_full;
runAsRoot = true;
ovmf.enable = true;
};

View file

@ -16,6 +16,7 @@ in
qrencode
docker
virt-manager
];
programs = {