Add luks passfile

This commit is contained in:
Jakob Lechner 2024-03-06 22:50:19 +00:00
parent af9856537e
commit a2bf925873
2 changed files with 4 additions and 0 deletions

View file

@ -26,7 +26,11 @@
device = "/dev/disk/by-uuid/ee78659c-52a5-4e81-8028-b43de08b6a55"; device = "/dev/disk/by-uuid/ee78659c-52a5-4e81-8028-b43de08b6a55";
preLVM = true; preLVM = true;
allowDiscards = true; allowDiscards = true;
keyFileSize = 4096;
keyFile = "/dev/disk/by-id/usb-jalr_RAM_Mass_Storage_DE6270431F6F342C-0:0";
keyFileTimeout = 5;
}; };
systemd.enable = true;
}; };
loader = { loader = {

Binary file not shown.