mobi: fix volume group mistake

This commit is contained in:
Ingolf Wagner 2020-01-25 08:52:23 +13:00
parent 4e199799de
commit df32116996
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -36,7 +36,7 @@
# lvm volume group
# ----------------
boot.initrd.luks.devices = [{
name = "secure_vg";
name = "mobi";
device = "/dev/disk/by-uuid/e138095f-c703-4dea-bb1c-bf888b8e1b81";
preLVM = true;
}];
@ -45,7 +45,7 @@
# ----
fileSystems."/" = {
options = [ "noatime" "nodiratime" "discard" ];
device = "/dev/secure_vg/root";
device = "/dev/mobi/root";
fsType = "ext4";
};