nixpkgs/nixos/modules/system/boot
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
..
loader Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeout 2016-05-25 11:39:17 +02:00
coredump.nix Restore default core limit of 0:infinity 2016-04-14 13:18:09 +02:00
emergency-mode.nix
initrd-network.nix
initrd-ssh.nix initrd-ssh service: add assertions for host keys 2016-05-20 23:34:28 +03:00
kernel.nix
kexec.nix
luksroot.nix boot.initrd.luks.devices: Change into an attribute set 2016-05-25 18:04:21 +02:00
modprobe.nix
networkd.nix
pbkdf2-sha512.c
readonly-mountpoint.c
resolved.nix
shutdown.nix
stage-1-init.sh nixos/stage-1: Don't kill kernel threads 2016-05-06 16:24:42 +02:00
stage-1.nix stage-1: Remove doublePatchelf hack 2016-04-15 01:53:34 +03:00
stage-2-init.sh
stage-2.nix
systemd-lib.nix
systemd-unit-options.nix makeSearchPathOutputs: refactor to makeSearchPathOutput 2016-04-25 13:24:39 +03:00
systemd.nix Remove systemd shell aliases 2016-05-21 19:25:21 +02:00
timesyncd.nix
tmp.nix