types lvm_vg: inline lvm_lv type

This commit is contained in:
lassulus 2023-04-07 15:08:20 +02:00
parent d6f062ea11
commit 654ecb386e
6 changed files with 49 additions and 93 deletions

View file

@ -79,7 +79,6 @@
type = "lvm_vg";
lvs = {
root = {
type = "lvm_lv";
size = "100M";
lvm_type = "mirror";
content = {
@ -92,7 +91,6 @@
};
};
home = {
type = "lvm_lv";
size = "10M";
lvm_type = "raid0";
content = {