tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
kea: add more tests to passthru
ajs124
2 years ago
5bd8a5ef
1690adc4
+2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
kea
default.nix
+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
83
+
networking-scripted = lib.recurseIntoAttrs { inherit (nixosTests.networking.scripted) dhcpDefault dhcpSimple dhcpOneIf; };
84
84
+
networking-networkd = lib.recurseIntoAttrs { inherit (nixosTests.networking.networkd) dhcpDefault dhcpSimple dhcpOneIf; };
83
85
};
84
86
85
87
meta = with lib; {