nixos/release-combined: re-add ZFS to release-combined

Since #262982, ZFS tests works again. Also, this time we'll use the
correct systems.
This commit is contained in:
Will Fancher 2023-10-24 10:37:29 -04:00
parent c1dc59dc8c
commit 43487a4f80

View File

@ -97,6 +97,7 @@ in rec {
(onSystems ["x86_64-linux"] "nixos.tests.installer.simpleUefiSystemdBoot")
(onSystems ["x86_64-linux"] "nixos.tests.installer.simple")
(onSystems ["x86_64-linux"] "nixos.tests.installer.swraid")
(onSystems ["x86_64-linux"] "nixos.tests.installer.zfsroot")
(onSystems ["x86_64-linux"] "nixos.tests.nixos-rebuild-specialisations")
(onFullSupported "nixos.tests.ipv6")
(onFullSupported "nixos.tests.keymap.azerty")