nixpkgs/nixos/doc/manual/configuration
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
..
abstractions.xml
ad-hoc-network-config.xml
ad-hoc-packages.xml
adding-custom-packages.xml
config-file.xml Manual: rephrase definition for indented strings 2016-04-30 16:59:07 +03:00
config-syntax.xml
configuration.xml Merge pull request #14476 (taskserver) 2016-04-15 00:21:49 +02:00
customizing-packages.xml
declarative-packages.xml
file-systems.xml
firewall.xml
ipv4-config.xml
ipv6-config.xml
linux-kernel.xml manual: minor cleanups 2016-05-22 20:01:52 +02:00
luks-file-systems.xml boot.initrd.luks.devices: Change into an attribute set 2016-05-25 18:04:21 +02:00
modularity.xml
network-manager.xml
networking.xml
package-mgmt.xml
ssh.xml
summary.xml
user-mgmt.xml nixos/doc: fix to: ~/.nix-defexpr wasn't created, fixes #6606 2016-01-20 04:59:16 +01:00
wireless.xml wpa_supplicant service: Warn about plaintext keys in docs 2016-01-06 03:58:39 +00:00
x-windows.xml