Try with a label for luks

This commit is contained in:
Andreas Zweili 2024-01-15 08:51:16 +01:00
parent 87f45ae4fd
commit 1ef83b030f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ in {
];
initrd.luks.devices."cryptsd" = {
device = "/dev/mmcblk1p2";
device = "/dev/disk/by-label/cryptroot";
allowDiscards = true; # required for TRIM
};
loader = { systemd-boot.enable = true; };