WIP getting legacy-sexcore back up

At this point I was able to successfully nixos-anywhere the system and
SSH back in afterwards. That's progress worth keeping.
This commit is contained in:
Eli Ribble 2026-01-04 17:21:22 +00:00
parent fd8e9ce33e
commit 23a61985dc
28 changed files with 808 additions and 378 deletions

View file

@ -35,6 +35,7 @@
};
};
};
/*
data = {
device = "/dev/sdb";
type = "disk";
@ -55,28 +56,18 @@
};
};
};
*/
};
lvm_vg = {
pool = {
type = "lvm_vg";
lvs = {
root = {
size = "50G";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
mountOptions = [
"defaults"
];
};
};
var = {
size = "100%FREE";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/var";
mountpoint = "/";
mountOptions = [
"defaults"
];