Loading
nixos/installation-cd-base: fix installer expecting LUKS devices
If we create an installer based on a configuration that uses LUKS and we try to boot it on an unformatted machine, it will fail waiting for the LUKS device to appear. We override `boot.initrd.luks.devices` like the `qemu-vm` module to solve this issue: https://github.com/NixOS/nixpkgs/blob/f23e0d855a4f6f055724f539a57dd95f57147778/nixos/modules/virtualisation/qemu-vm.nix#L1407-L1408