2024-02-04 21:51:11 +01:00
|
|
|
{
|
|
|
|
fileSystems = {
|
|
|
|
"/" = {
|
2024-07-02 00:06:05 +02:00
|
|
|
fsType = "ext4";
|
2024-08-18 14:54:44 +02:00
|
|
|
label = "main";
|
2024-07-02 00:06:05 +02:00
|
|
|
options = ["noatime"];
|
2024-02-04 21:51:11 +01:00
|
|
|
};
|
|
|
|
"/boot" = {
|
2024-08-18 02:55:37 +02:00
|
|
|
label = "BOOT";
|
2024-02-04 21:51:11 +01:00
|
|
|
fsType = "vfat";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|