update disk-config to not use a a logical volume

This commit is contained in:
Noa Aarts 2024-03-15 21:14:35 +01:00
parent a7b26a08d1
commit 413cac133a

View file

@ -23,21 +23,6 @@
mountpoint = "/boot"; mountpoint = "/boot";
}; };
}; };
root = {
name = "root";
size = "100%";
content = {
type = "lvm_pv";
vg = "pool";
};
};
};
};
};
lvm_vg = {
pool = {
type = "lvm_vg";
lvs = {
root = { root = {
size = "100%FREE"; size = "100%FREE";
content = { content = {