change size of lemur disk

This commit is contained in:
Ray Andrew 2025-03-08 19:18:47 -06:00
parent cae7b99424
commit 51f1d9c8fd
No known key found for this signature in database

View file

@ -63,20 +63,8 @@
content = {
type = "gpt";
partitions = {
home = {
size = "50%";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/home";
extraArgs = [
"-L"
"HOME"
];
};
};
data = {
size = "50%";
size = "1T";
content = {
type = "filesystem";
format = "ext4";
@ -87,6 +75,18 @@
];
};
};
home = {
size = "100%";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/home";
extraArgs = [
"-L"
"HOME"
];
};
};
};
};
};