2024-01-08 16:28:12 +01:00
|
|
|
{
|
2024-12-02 20:44:03 +01:00
|
|
|
fileSystems."/boot" = {
|
2024-12-03 14:46:55 +01:00
|
|
|
device = "/dev/disk/by-path/platform-fe340000.mmc-part1";
|
2024-12-02 20:44:03 +01:00
|
|
|
fsType = "vfat";
|
|
|
|
};
|
2024-01-08 16:28:12 +01:00
|
|
|
|
2024-12-03 01:16:25 +01:00
|
|
|
fileSystems."/" = {
|
2024-12-03 14:46:55 +01:00
|
|
|
device = "/dev/disk/by-path/platform-fe340000.mmc-part3";
|
2024-12-03 00:28:51 +01:00
|
|
|
fsType = "ext4";
|
2024-12-03 01:16:25 +01:00
|
|
|
options = ["noatime"];
|
2024-12-02 20:44:03 +01:00
|
|
|
};
|
2024-01-08 16:28:12 +01:00
|
|
|
|
2024-12-03 01:11:03 +01:00
|
|
|
swapDevices = [
|
|
|
|
{
|
2024-12-03 14:46:55 +01:00
|
|
|
device = "/dev/disk/by-path/platform-fe340000.mmc-part2";
|
2024-12-03 01:11:03 +01:00
|
|
|
}
|
|
|
|
];
|
2024-01-08 16:28:12 +01:00
|
|
|
}
|