1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 11:03:37 +03:00

rootfs: autoResize here rather than hardcoded in initrd

This commit is contained in:
Samuel Dionne-Riel 2019-12-24 00:21:01 -05:00
parent 3c9b5057c0
commit 36ec2f0bf9

View File

@ -69,6 +69,7 @@ in
# TODO: move into the android system type.
device = "/dev/disk/by-label/NIXOS_SYSTEM";
fsType = "ext4";
autoResize = true;
};
};
}