Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dc700e09255592bc41c91401476c94feea4a0b19
      
https://github.com/NixOS/nixpkgs/commit/dc700e09255592bc41c91401476c94feea4a0b19
  Author: Austin Seipp <[email protected]>
  Date:   2014-02-23 (Sun, 23 Feb 2014)

  Changed paths:
    M nixos/modules/system/etc/etc.nix
    M nixos/modules/system/etc/make-etc.sh
    M nixos/modules/system/etc/setup-etc.pl

  Log Message:
  -----------
  etc: uid/gid support for copied files

Signed-off-by: Austin Seipp <[email protected]>


  Commit: ff79e2f9005b8e0c973a5ee91358e1730fe78eef
      
https://github.com/NixOS/nixpkgs/commit/ff79e2f9005b8e0c973a5ee91358e1730fe78eef
  Author: Austin Seipp <[email protected]>
  Date:   2014-02-23 (Sun, 23 Feb 2014)

  Changed paths:
    A pkgs/tools/security/duo-unix/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  duo_unix: version 1.9.7

Signed-off-by: Austin Seipp <[email protected]>


  Commit: 29d46452dd772c449adbd951e8099320705241fd
      
https://github.com/NixOS/nixpkgs/commit/29d46452dd772c449adbd951e8099320705241fd
  Author: Austin Seipp <[email protected]>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M nixos/modules/module-list.nix
    A nixos/modules/security/duosec.nix

  Log Message:
  -----------
  nixos: add Duo Security module

This module adds the security.duosec attributes, which you can use to
enable simple two-factor authentication for NixOS logins.

The module currently provides PAM and SSH support, although the PAM unix
system configuration isn't automatically dealt with (although the
configuration is automatically built).

Enabling it is as easy as saying:

  security.duosec.ssh.enable = true;
  security.duosec.ikey       = "XXXXXXXX...";
  security.duosec.skey       = "XXXXXXXX...";
  security.duosec.host       = "api-XXXXXXX.duosecurity.com";
  security.duosec.group      = "duosec";

which will enforce two-factor authentication for SSH logins for users in
the 'duosec' group.

This requires uid/gid support in the environment.etc module.

Signed-off-by: Austin Seipp <[email protected]>


  Commit: fe995cdedcf5f8f29854ab7e9a1bed757216918e
      
https://github.com/NixOS/nixpkgs/commit/fe995cdedcf5f8f29854ab7e9a1bed757216918e
  Author: mornfall <[email protected]>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M nixos/modules/module-list.nix
    A nixos/modules/security/duosec.nix
    M nixos/modules/system/etc/etc.nix
    M nixos/modules/system/etc/make-etc.sh
    M nixos/modules/system/etc/setup-etc.pl
    A pkgs/tools/security/duo-unix/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Merge pull request #1775 from thoughtpolice/duo_unix

Duo Security module and uid/gid support for /etc files


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

Reply via email to