Try to automount the SD on boot

This commit is contained in:
Lillian Violet 2024-03-17 23:10:17 +01:00
parent 47f0392a99
commit e5b1529401

View file

@ -27,6 +27,11 @@
fsType = "vfat";
};
fileSystems."/home/lillian/sd" = {
device = "/dev/mmcblk0p1";
fsType = "exfat";
};
swapDevices = [
{device = "/dev/disk/by-uuid/c0c87d80-b6be-444a-a76f-b32d35c38994";}
];