virt uefi
This commit is contained in:
parent
488758daf4
commit
5fa2b6da00
@ -13,6 +13,8 @@ in
|
|||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
users.groups.libvirtd.members = ["smayzy"];
|
users.groups.libvirtd.members = ["smayzy"];
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
virtualisation.libvirtd.qemu.runAsRoot = false;
|
||||||
|
virtualisation.libvirtd.qemu.ovmf.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
qemu
|
qemu
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user