This commit is contained in:
2025-07-23 14:00:39 +03:00
parent 96b08dab64
commit ad0370a536
2 changed files with 0 additions and 0 deletions
-32
View File
@@ -1,32 +0,0 @@
{
disko.devices = {
disk = {
my-disk = {
device = "/dev/vda";
type = "disk";
content = {
type = "gpt";
partitions = {
ESP = {
type = "EF00";
size = "500M";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
};
root = {
size = "100%";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
};
};
};
};
};
};
};
}