mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
commit
c0623a47d8
14
README.md
14
README.md
@ -19,12 +19,16 @@ let
|
||||
ref = "master";
|
||||
}) {};
|
||||
cfg = {
|
||||
type = "devices";
|
||||
content = {
|
||||
disk = {
|
||||
sda = {
|
||||
device = "/dev/sda";
|
||||
type = "device";
|
||||
content = {
|
||||
type = "table";
|
||||
format = "msdos";
|
||||
partitions = [{
|
||||
partitions = [
|
||||
{
|
||||
name = "root";
|
||||
type = "partition";
|
||||
part-type = "primary";
|
||||
start = "1M";
|
||||
@ -35,7 +39,9 @@ let
|
||||
format = "ext4";
|
||||
mountpoint = "/";
|
||||
};
|
||||
}];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user