mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
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. |
||
|---|---|---|
| .. | ||
| abstractions.xml | ||
| ad-hoc-network-config.xml | ||
| ad-hoc-packages.xml | ||
| adding-custom-packages.xml | ||
| config-file.xml | ||
| config-syntax.xml | ||
| configuration.xml | ||
| customizing-packages.xml | ||
| declarative-packages.xml | ||
| file-systems.xml | ||
| firewall.xml | ||
| ipv4-config.xml | ||
| ipv6-config.xml | ||
| linux-kernel.xml | ||
| luks-file-systems.xml | ||
| modularity.xml | ||
| network-manager.xml | ||
| networking.xml | ||
| package-mgmt.xml | ||
| ssh.xml | ||
| summary.xml | ||
| user-mgmt.xml | ||
| wireless.xml | ||
| x-windows.xml | ||