Eelco Dolstra 845c9b50bf boot.initrd.luks.devices: Change into an attribute set
This allows setting options for the same LUKS device in different
modules. For example, the auto-generated hardware-configuration.nix
can contain

  boot.initrd.luks.devices.crypted.device = "/dev/disk/...";

while configuration.nix can add

  boot.initrd.luks.devices.crypted.allowDiscards = true;

Also updated the examples/docs to use /disk/disk/by-uuid instead of
/dev/sda, since we shouldn't promote the use of the latter.
2016-05-25 18:04:21 +02:00
..
2016-04-12 19:13:52 +02:00
2016-02-28 16:18:39 +01:00
2015-10-13 20:18:48 +02:00
2016-03-19 03:18:17 +01:00
2016-03-30 22:22:40 +02:00
2015-09-06 14:44:13 +02:00
2016-01-24 04:06:19 +00:00
2016-01-23 01:20:14 +01:00
2015-09-06 15:20:56 +02:00
2015-08-31 18:36:32 +02:00
2015-12-06 13:35:21 +00:00
2015-12-25 15:55:07 +01:00
2016-04-12 19:13:52 +02:00