This commit is contained in:
mjallen18
2026-03-15 19:52:22 -05:00
parent 9891b3abff
commit 829b369ebe
4 changed files with 12 additions and 4 deletions

View File

@@ -48,5 +48,12 @@ in
fileSystems = {
"/etc".neededForBoot = true;
"/media/sdcard" = {
device = "/dev/mmcblk0p1";
fsType = "btrfs";
options = [
"noatime"
];
};
};
}