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; hardware.nvidia.open = true;
# Virtualisation # Virtualisation
environment.systemPackages = with pkgs; [
virt-manager
];
virtualisation.libvirtd = { virtualisation.libvirtd = {
enable = true; enable = true;
qemu = { qemu = {
package = pkgs.qemu_kvm; package = pkgs.qemu_full;
runAsRoot = true; runAsRoot = true;
ovmf.enable = true; ovmf.enable = true;
}; };

View file

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