2023-07-15 18:42:37 +00:00
|
|
|
{
|
2023-03-03 07:09:13 +00:00
|
|
|
disko.devices = {
|
|
|
|
disk = {
|
2024-07-19 19:17:48 +00:00
|
|
|
main = {
|
2023-07-15 18:42:37 +00:00
|
|
|
device = "/dev/disk/by-path/pci-0000:02:00.0-nvme-1";
|
2023-03-03 07:09:13 +00:00
|
|
|
type = "disk";
|
|
|
|
content = {
|
2023-06-16 19:24:22 +00:00
|
|
|
type = "gpt";
|
|
|
|
partitions = {
|
|
|
|
ESP = {
|
2023-09-27 06:13:25 +00:00
|
|
|
end = "500M";
|
2023-06-16 19:24:22 +00:00
|
|
|
type = "EF00";
|
2023-03-03 07:09:13 +00:00
|
|
|
content = {
|
|
|
|
type = "filesystem";
|
|
|
|
format = "vfat";
|
|
|
|
mountpoint = "/boot";
|
|
|
|
};
|
2023-06-16 19:24:22 +00:00
|
|
|
};
|
|
|
|
root = {
|
2023-03-03 07:09:13 +00:00
|
|
|
name = "root";
|
2023-06-16 19:24:22 +00:00
|
|
|
end = "-0";
|
2023-03-03 07:09:13 +00:00
|
|
|
content = {
|
|
|
|
type = "filesystem";
|
|
|
|
format = "bcachefs";
|
|
|
|
mountpoint = "/";
|
|
|
|
};
|
2023-06-16 19:24:22 +00:00
|
|
|
};
|
|
|
|
};
|
2023-03-03 07:09:13 +00:00
|
|
|
};
|
2022-12-29 17:46:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|