Try to automount the SD on boot
This commit is contained in:
parent
47f0392a99
commit
e5b1529401
|
@ -27,6 +27,11 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/home/lillian/sd" = {
|
||||||
|
device = "/dev/mmcblk0p1";
|
||||||
|
fsType = "exfat";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{device = "/dev/disk/by-uuid/c0c87d80-b6be-444a-a76f-b32d35c38994";}
|
{device = "/dev/disk/by-uuid/c0c87d80-b6be-444a-a76f-b32d35c38994";}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue