nixpkgs/nixos/modules/system
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
..
activation add get* helper functions and mass-replace manual outputs search with them 2016-04-25 13:24:39 +03:00
boot boot.initrd.luks.devices: Change into an attribute set 2016-05-25 18:04:21 +02:00
etc Update etc example to not use a real config file 2016-04-27 10:27:52 -05:00