Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 845c9b50bf7137c3e21f443e70ebcb16510f4e68
      
https://github.com/NixOS/nixpkgs/commit/845c9b50bf7137c3e21f443e70ebcb16510f4e68
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-25 (Wed, 25 May 2016)

  Changed paths:
    M nixos/doc/manual/configuration/luks-file-systems.xml
    M nixos/modules/system/boot/luksroot.nix
    M nixos/modules/virtualisation/qemu-vm.nix
    M nixos/tests/installer.nix

  Log Message:
  -----------
  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.


  Commit: fa1b9ec1e637252b522bcd5a23ab6fc4edc53333
      
https://github.com/NixOS/nixpkgs/commit/fa1b9ec1e637252b522bcd5a23ab6fc4edc53333
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-25 (Wed, 25 May 2016)

  Changed paths:
    M pkgs/applications/networking/mailreaders/thunderbird/default.nix

  Log Message:
  -----------
  thunderbird: 45.0 -> 45.1.0


  Commit: c6ab4ab20613150dab0496958e21c14bbe0ca350
      
https://github.com/NixOS/nixpkgs/commit/c6ab4ab20613150dab0496958e21c14bbe0ca350
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-25 (Wed, 25 May 2016)

  Changed paths:
    M nixos/modules/installer/tools/nixos-generate-config.pl

  Log Message:
  -----------
  nixos-generate-config: Enable strictness


  Commit: a7baec7cb1539bd82bd458c64994bf476cdfe273
      
https://github.com/NixOS/nixpkgs/commit/a7baec7cb1539bd82bd458c64994bf476cdfe273
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-25 (Wed, 25 May 2016)

  Changed paths:
    M nixos/doc/manual/man-nixos-generate-config.xml
    M nixos/modules/installer/tools/nixos-generate-config.pl

  Log Message:
  -----------
  nixos-generate-config: Emit LUKS configuration for boot device


Compare: https://github.com/NixOS/nixpkgs/compare/bf2aaeb0f670...a7baec7cb153
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to