1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-07 12:11:28 +03:00

examples/installer: Fix for new image builder infra

This commit is contained in:
Samuel Dionne-Riel 2023-01-31 23:10:20 -05:00
parent 53dbd74fe7
commit 276aaae87f

View File

@ -9,7 +9,7 @@ in
mobile.generatedFilesystems = {
rootfs = mkDefault {
label = mkForce "MOBILE_INSTALLER";
id = mkForce "12345678-9000-0001-0000-D00D00000001";
ext4.partitionID = mkForce "12345678-9000-0001-0000-D00D00000001";
};
};