1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/nixos/modules/system
André-Patrick Bubel 2000fba561
nixos/fileystems: Fix boot fails with encrypted fs
Boot fails when a keyfile is configured for all encrypted filesystems
and no other luks devices are configured. This is because luks support is only
enabled in the initrd, when boot.initrd.luks.devices has entries. When a
fileystem has a keyfile configured though, it is setup by a custom
command, not by boot.initrd.luks.

This commit adds an internal config flag to enable luks support in the
initrd file, even if there are no luks devices configured.
2017-09-14 05:27:41 +02:00
..
activation switch-to-configuration: fix detection of changes between rebuilds for template instances 2017-08-22 15:04:18 +03:00
boot nixos/fileystems: Fix boot fails with encrypted fs 2017-09-14 05:27:41 +02:00
etc environment.etc: add user/group option 2017-07-29 23:56:46 +01:00