Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Lillecarl/275cbc63710e6da93dbfb33640e4d04f to your computer and use it in GitHub Desktop.
Save Lillecarl/275cbc63710e6da93dbfb33640e4d04f to your computer and use it in GitHub Desktop.
mdadm = {
root = {
type = "mdadm";
level = 1;
content = {
type = "gpt";
partitions = {
primary = {
start = "1MiB";
end = "100%";
content = {
type = "luks";
name = "crypted";
content = {
type = "lvm_pv";
vg = "pool";
};
};
};
};
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment