This commit is contained in:
mjallen18
2026-03-24 14:42:42 -05:00
parent 84eb2e3734
commit f8a86f9b29

View File

@@ -54,7 +54,7 @@ in
"/etc".neededForBoot = true;
"/media/sdcard" = {
device = "/dev/mmcblk0p1";
fsType = "btrfs";
fsType = "bcachefs";
options = [
"noatime"
];