libvirtd module: add qemu_kvm to path

This commit is contained in:
Robin Gloster 2017-08-28 12:53:15 +02:00
parent 2f5dab753c
commit 8994b27c54
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -102,7 +102,7 @@ in {
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ libvirt netcat-openbsd ];
environment.systemPackages = with pkgs; [ libvirt netcat-openbsd qemu_kvm ];
boot.kernelModules = [ "tun" ];