diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index deb28835968..989764874c4 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -115,7 +115,10 @@ in rec { (all nixos.tests.nfs4) (all nixos.tests.openssh) (all nixos.tests.php-pcre) - (all nixos.tests.predictable-interface-names) + (all nixos.tests.predictable-interface-names.predictable) + (all nixos.tests.predictable-interface-names.unpredictable) + (all nixos.tests.predictable-interface-names.predictableNetworkd) + (all nixos.tests.predictable-interface-names.unpredictableNetworkd) (all nixos.tests.printing) (all nixos.tests.proxy) (all nixos.tests.sddm.default)