This commit is contained in:
2025-09-05 22:48:19 -04:00
parent 9433abcaf4
commit de92297c79
6 changed files with 217 additions and 165 deletions

View File

@@ -35,14 +35,6 @@ in
mountpoint = "/boot";
};
};
root = {
name = "root";
size = "100%";
content = {
type = "lvm_pv";
vg = "pool";
};
};
swap = {
size = "32G";
content = {
@@ -51,6 +43,14 @@ in
resumeDevice = true;
};
};
root = {
name = "root";
size = "100%";
content = {
type = "lvm_pv";
vg = "pool";
};
};
};
};
};