Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

kea: add more tests to passthru

ajs124 5bd8a5ef 1690adc4

+2
+2
pkgs/tools/networking/kea/default.nix
··· 80 80 kea = nixosTests.kea; 81 81 prefix-delegation = nixosTests.systemd-networkd-ipv6-prefix-delegation; 82 82 prometheus-exporter = nixosTests.prometheus-exporters.kea; 83 + networking-scripted = lib.recurseIntoAttrs { inherit (nixosTests.networking.scripted) dhcpDefault dhcpSimple dhcpOneIf; }; 84 + networking-networkd = lib.recurseIntoAttrs { inherit (nixosTests.networking.networkd) dhcpDefault dhcpSimple dhcpOneIf; }; 83 85 }; 84 86 85 87 meta = with lib; {