Fix microphone and reduce disk usage

This commit is contained in:
2020-05-15 03:43:23 +02:00
parent 92d27c0020
commit cfc7d90a99
4 changed files with 107 additions and 2 deletions

View File

@@ -5,7 +5,12 @@
services.lorri.enable = true;
# Enable virtualisation
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd = {
enable = true;
onBoot = "ignore";
onShutdown = "shutdown";
qemuPackage = pkgs.qemu_kvm;
};
# Set up podman
virtualisation = {