Remove QEMU configuration
This commit is contained in:
parent
fe6708b9e3
commit
95dbe11e51
|
@ -4,14 +4,6 @@
|
||||||
# Improve nix-shell and direnv integration
|
# Improve nix-shell and direnv integration
|
||||||
environment.pathsToLink = [ "/share/nix-direnv" ];
|
environment.pathsToLink = [ "/share/nix-direnv" ];
|
||||||
|
|
||||||
# Enable virtualisation
|
|
||||||
virtualisation.libvirtd = {
|
|
||||||
enable = false;
|
|
||||||
onBoot = "ignore";
|
|
||||||
onShutdown = "shutdown";
|
|
||||||
qemuPackage = pkgs.qemu_kvm;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Set up podman
|
# Set up podman
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue