other more different pi4 stuffs

This commit is contained in:
mjallen18
2025-05-18 18:45:02 -05:00
parent 8f32c03197
commit 7503bd41d3
5 changed files with 56 additions and 48 deletions

View File

@@ -10,6 +10,11 @@ in
};
plymouth.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
initrd.postDeviceCommands = ''
echo "Running pre-boot fs resize"
/sbin/e2fsck -f /dev/mmcblk1p3
/sbin/resize2fs /dev/mmcblk1p3
'';
};
# hardware.raspberry-pi.config = {