Remove QEMU configuration

This commit is contained in:
coolneng 2021-10-22 16:15:33 +02:00
parent fe6708b9e3
commit 95dbe11e51
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 8 deletions

View File

@ -4,14 +4,6 @@
# Improve nix-shell and direnv integration
environment.pathsToLink = [ "/share/nix-direnv" ];
# Enable virtualisation
virtualisation.libvirtd = {
enable = false;
onBoot = "ignore";
onShutdown = "shutdown";
qemuPackage = pkgs.qemu_kvm;
};
# Set up podman
virtualisation.podman = {
enable = true;