1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos
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
..
doc/manual boot.initrd.luks.devices: Change into an attribute set 2016-05-25 18:04:21 +02:00
lib test-driver: Fix "unit X is inactive and there are no pending jobs" 2016-05-24 16:33:14 +02:00
maintainers
modules boot.initrd.luks.devices: Change into an attribute set 2016-05-25 18:04:21 +02:00
tests boot.initrd.luks.devices: Change into an attribute set 2016-05-25 18:04:21 +02:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.