kea: add more tests to passthru

This commit is contained in:
ajs124 2023-08-04 14:43:24 +02:00
parent 1690adc424
commit 5bd8a5ef2d

View File

@ -80,6 +80,8 @@ stdenv.mkDerivation rec {
kea = nixosTests.kea;
prefix-delegation = nixosTests.systemd-networkd-ipv6-prefix-delegation;
prometheus-exporter = nixosTests.prometheus-exporters.kea;
networking-scripted = lib.recurseIntoAttrs { inherit (nixosTests.networking.scripted) dhcpDefault dhcpSimple dhcpOneIf; };
networking-networkd = lib.recurseIntoAttrs { inherit (nixosTests.networking.networkd) dhcpDefault dhcpSimple dhcpOneIf; };
};
meta = with lib; {