Enable auto-upgrade and automount external storage

This commit is contained in:
2020-05-23 15:43:54 +02:00
parent da80c09dc8
commit 60bda7ed7a
5 changed files with 46 additions and 3 deletions

View File

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