fix indentation

This commit is contained in:
twoneis 2024-05-06 21:05:39 +02:00
parent bfcbd8c6aa
commit 0e666decc7

View file

@ -50,6 +50,7 @@
partitions = { partitions = {
store = { store = {
size = "100%"; size = "100%";
content = {
type = "zfs"; type = "zfs";
pool = "zstore"; pool = "zstore";
}; };
@ -58,6 +59,7 @@
}; };
}; };
}; };
};
zpool = { zpool = {
zroot = { zroot = {
type = "zpool"; type = "zpool";
@ -102,5 +104,4 @@
}; };
}; };
}; };
};
} }