Disable KVM and libvirt
This commit is contained in:
parent
47714d161f
commit
94a7f45f98
1 changed files with 2 additions and 2 deletions
|
|
@ -380,8 +380,8 @@ with lib; {
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
kvmgt.enable = true;
|
# kvmgt.enable = true;
|
||||||
libvirtd.enable = true;
|
# libvirtd.enable = true;
|
||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
# virtualbox.host.enable = true;
|
# virtualbox.host.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue