disko: fix fs type

This commit is contained in:
Sandro - 2023-04-24 23:02:45 +02:00
parent d2fd11dccb
commit 39fcd63215
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -37,7 +37,7 @@ assert lib.assertMsg (enableCeph -> enableLuks) "Ceph requires Luks!";
bootable = true;
content = {
type = "filesystem";
format = "vfat";
format = "fat32";
mountpoint = "/boot";
};
} ++ [