mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
tweaked virtualisation
This commit is contained in:
parent
7872f666ca
commit
89ea429204
2 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue