mobi: fix volume group mistake
This commit is contained in:
parent
4e199799de
commit
df32116996
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
# lvm volume group
|
# lvm volume group
|
||||||
# ----------------
|
# ----------------
|
||||||
boot.initrd.luks.devices = [{
|
boot.initrd.luks.devices = [{
|
||||||
name = "secure_vg";
|
name = "mobi";
|
||||||
device = "/dev/disk/by-uuid/e138095f-c703-4dea-bb1c-bf888b8e1b81";
|
device = "/dev/disk/by-uuid/e138095f-c703-4dea-bb1c-bf888b8e1b81";
|
||||||
preLVM = true;
|
preLVM = true;
|
||||||
}];
|
}];
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
# ----
|
# ----
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
options = [ "noatime" "nodiratime" "discard" ];
|
options = [ "noatime" "nodiratime" "discard" ];
|
||||||
device = "/dev/secure_vg/root";
|
device = "/dev/mobi/root";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue