Full Disk Encryption: Difference between revisions

imported>Chexier
Update boot.initrd.luks.devices configuration
imported>Ratorx
Add required kernel module to find the USB device during stage 1
Line 26: Line 26:
<syntaxhighlight lang="nix">{
<syntaxhighlight lang="nix">{
   "..."
   "..."
  # Needed to find the USB device during stage1
  boot.initrd.kernelModules = [ "usb_storage" ];


   boot.initrd.luks.devices = {
   boot.initrd.luks.devices = {