mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
removed nixvirt
This commit is contained in:
parent
4dbeebbd76
commit
2f79c0a66d
12 changed files with 9 additions and 555 deletions
|
|
@ -54,6 +54,13 @@
|
|||
"d /home/VMs 0755 root root"
|
||||
];
|
||||
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
runAsRoot = true;
|
||||
ovmf.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
cpu = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue