From ddc9b85357ba85fb3b66efa129f45641661fede9 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 23 Jul 2024 21:13:05 +0100 Subject: [PATCH] allow resizing root fs (but still not partition) --- configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1613617..77772de 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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"