srm
This commit is contained in:
@@ -48,5 +48,12 @@ in
|
||||
|
||||
fileSystems = {
|
||||
"/etc".neededForBoot = true;
|
||||
"/media/sdcard" = {
|
||||
device = "/dev/mmcblk0p1";
|
||||
fsType = "btrfs";
|
||||
options = [
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user