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
..
2014-08-26 19:03:49 +02:00
2014-08-26 19:03:49 +02:00
2014-08-26 19:03:49 +02:00
2014-08-26 19:03:49 +02:00
2014-08-26 19:03:49 +02:00
2014-08-26 19:04:02 +02:00
2014-08-26 19:03:49 +02:00
2014-08-26 19:03:49 +02:00
2016-05-22 20:01:52 +02:00
2014-08-26 19:03:49 +02:00
2014-08-26 19:03:49 +02:00
2014-08-26 19:03:49 +02:00
2014-08-26 19:03:49 +02:00
2015-01-04 19:28:16 +01:00