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" ];
|
||||
luks.devices.cryptroot = {
|
||||
device = "/dev/mmcblk1p3";
|
||||
};
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
|
|
@ -41,7 +38,7 @@
|
|||
disk = {
|
||||
main = {
|
||||
type = "disk";
|
||||
device = "/dev/mmcblk1";
|
||||
device = "/dev/disk/by-id/mmc-hDEaP3_0x1041b689";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue