nixos/tests/installer: fix clevis ZFS tests (#526302)

This commit is contained in:
Adam C. Stephens
2026-05-31 11:51:01 +00:00
committed by GitHub
+1
View File
@@ -1118,6 +1118,7 @@ let
enableOCR = fallback;
extraInstallerConfig = {
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "00000000";
environment.systemPackages = with pkgs; [ clevis ];
};
createPartitions = ''