{
disko.devices = {
disk = {
sda = {
device = "/dev/sda";
type = "disk";
content = {
type = "gpt";
partitions = {
ESP = {
end = "500M";
type = "EF00";
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
root = {
name = "root";
end = "-0";
format = "bcachefs";
mountpoint = "/";
}