about summary refs log tree commit diff
path: root/nixos/modules/security/pam_usb.nix
Commit message (Collapse)AuthorAge
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
|
* security.pam.usb: link to wiki on github.comTristan Helmich2017-09-28
| | | | pamusb.org no longer serves the intended content.
* More derpParnell Springmeyer2017-01-29
|
* Addressing PR feedbackParnell Springmeyer2017-01-28
|
* Adapting everything for the merged permissions wrappers work.Parnell Springmeyer2016-09-01
|
* everything?: Updating every package that depended on the old setuidPrograms ↵Parnell Springmeyer2016-09-01
| | | | configuration.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Turn security.pam.services into an attribute setEelco Dolstra2013-10-15
| | | | | | | | | | | | That is, you can say security.pam.services.sshd = { options... }; instead of security.pam.services = [ { name = "sshd"; options... } ]; making it easier to override PAM settings from other modules.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10