Disable ZnapZend remote until it's fixed

This commit is contained in:
2020-06-01 19:39:12 +02:00
parent fd6d86cdef
commit 379ec5badd
2 changed files with 12 additions and 21 deletions

View File

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