allow resizing root fs (but still not partition)

This commit is contained in:
Daniel Barlow 2024-07-23 21:13:05 +01:00
parent 177bd781d7
commit ddc9b85357

View File

@ -73,9 +73,7 @@ in {
# about 10% of it). cool.
boot.growPartition = lib.mkForce false;
fileSystems."/" = lib.mkDefault {
autoResize = lib.mkForce false;
};
services.udev.extraRules = ''
ACTION!="add|change|move|bind", GOTO="mm_qcom_soc_end"