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:
parent
fd8e9ce33e
commit
23a61985dc
28 changed files with 808 additions and 378 deletions
|
|
@ -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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue