nixos/tests/installer: fix clevis ZFS tests

Follow-up to c5feb3c424 / #525613, which fixed zfsroot and
separateBootZfs after a2e55e31d6 flipped the default of
boot.zfs.forceImportRoot to false, but missed the clevis ZFS tests.
Without a matching hostId on the installer side, the target refuses to
import the pool ("pool was previously in use from another system").
This commit is contained in:
r-vdp
2026-05-31 14:15:04 +03:00
parent c16db58276
commit dd0e79a002
+1
View File
@@ -1118,6 +1118,7 @@ let
enableOCR = fallback;
extraInstallerConfig = {
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "00000000";
environment.systemPackages = with pkgs; [ clevis ];
};
createPartitions = ''