modules/virtualisation: use qemu_kvm package
This commit is contained in:
parent
6a588b3853
commit
a1d67266ca
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
qemu.package = pkgs.qemu_kvm;
|
||||||
|
};
|
||||||
# TODO: maybe be more strict
|
# TODO: maybe be more strict
|
||||||
networking.firewall.trustedInterfaces = [
|
networking.firewall.trustedInterfaces = [
|
||||||
"vmcore"
|
"vmcore"
|
||||||
|
|
Loading…
Reference in a new issue