use disk id instead of mmcblk
This commit is contained in:
parent
020e362592
commit
4d27ab9902
1 changed files with 1 additions and 4 deletions
|
|
@ -19,9 +19,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
kernelModules = [ "kvm-intel" ];
|
kernelModules = [ "kvm-intel" ];
|
||||||
luks.devices.cryptroot = {
|
|
||||||
device = "/dev/mmcblk1p3";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
|
|
@ -41,7 +38,7 @@
|
||||||
disk = {
|
disk = {
|
||||||
main = {
|
main = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/mmcblk1";
|
device = "/dev/disk/by-id/mmc-hDEaP3_0x1041b689";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue