mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
* Put ebtables in libvirtd's PATH.
svn path=/nixos/trunk/; revision=26629
This commit is contained in:
parent
96fc9379ba
commit
e174562ee1
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ in
|
||||||
|
|
||||||
path =
|
path =
|
||||||
[ pkgs.bridge_utils pkgs.dmidecode pkgs.dnsmasq
|
[ pkgs.bridge_utils pkgs.dmidecode pkgs.dnsmasq
|
||||||
|
pkgs.ebtables
|
||||||
] ++ optional cfg.enableKVM pkgs.qemu_kvm;
|
] ++ optional cfg.enableKVM pkgs.qemu_kvm;
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue