Disable virtualization

This commit is contained in:
coolneng 2021-01-18 10:57:04 +01:00
parent 912b9071a5
commit cc7c6ac0ac
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# Enable virtualisation
virtualisation.libvirtd = {
enable = true;
enable = false;
onBoot = "ignore";
onShutdown = "shutdown";
qemuPackage = pkgs.qemu_kvm;