.
This commit is contained in:
parent
5ebcc3bcec
commit
039dd23634
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
luks.devices."crypted" = {
|
luks.devices."crypted" = {
|
||||||
preLVM = lib.mkForce false;
|
preLVM = lib.mkForce false;
|
||||||
crypttabExtraOpts = [ "fido2-device=auto" ];
|
crypttabExtraOpts = [ "fido2-device=auto" ];
|
||||||
device = "/dev/nvme0n1p2";
|
device = "/dev/disk/by-partlabel/disk-main-luks";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue