mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
* Add qemu_kvm to the system path.
svn path=/nixos/trunk/; revision=26359
This commit is contained in:
parent
6646268c95
commit
8add655028
@ -43,7 +43,9 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
environment.systemPackages = [ pkgs.libvirt ];
|
||||
environment.systemPackages =
|
||||
[ pkgs.libvirt ]
|
||||
++ optional cfg.enableKVM pkgs.qemu_kvm;
|
||||
|
||||
boot.kernelModules = [ "tun" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user