Virtualbox -> libvirt
This commit is contained in:
parent
f7819dacec
commit
8122b35325
2 changed files with 6 additions and 3 deletions
|
|
@ -299,9 +299,12 @@ with lib; {
|
|||
virtualisation = {
|
||||
docker.enable = true;
|
||||
kvmgt.enable = true;
|
||||
libvirtd.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu.swtpm.enable = true;
|
||||
};
|
||||
podman.enable = true;
|
||||
virtualbox.host.enable = true;
|
||||
# virtualbox.host.enable = true;
|
||||
};
|
||||
|
||||
# Allow completion for system packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue