mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-05 08:54:17 +02:00
add virt to pc
This commit is contained in:
parent
0a8da59260
commit
96667fb3d5
1 changed files with 12 additions and 0 deletions
|
@ -201,4 +201,16 @@
|
|||
enable = true;
|
||||
domains = [ "~." ];
|
||||
};
|
||||
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
package = pkgs.qemu_kvm;
|
||||
runAsRoot = true;
|
||||
swtpm.enable = true;
|
||||
ovmf = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue