mobi: upgrade

This commit is contained in:
Ingolf Wagner 2021-03-01 08:08:22 +01:00
parent 072b9436f2
commit efa0dcc215
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -35,11 +35,12 @@
# lvm volume group # lvm volume group
# ---------------- # ----------------
boot.initrd.luks.devices = [{ boot.initrd.luks.devices = {
name = "mobi"; 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;
}]; };
};
# root # root
# ---- # ----