This commit is contained in:
Daniel Ziltener 2024-07-09 14:35:09 +02:00
parent 5ebcc3bcec
commit 039dd23634
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

@ -28,7 +28,7 @@
luks.devices."crypted" = {
preLVM = lib.mkForce false;
crypttabExtraOpts = [ "fido2-device=auto" ];
device = "/dev/nvme0n1p2";
device = "/dev/disk/by-partlabel/disk-main-luks";
};
};
};