summary refs log tree commit diff
path: root/nixos/modules/config/nsswitch.nix
Commit message (Collapse)AuthorAge
* nsswitch.conf: Omit ldap unless ldap is enabledEelco Dolstra2015-02-25
| | | | This prevents programs from trying to find nss_ldap.
* Enable systemd's mymachines NSS moduleEelco Dolstra2014-08-24
| | | | It makes every local container registered with machined resolvable.
* 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.
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
| | | | | It's redundant because you can (and should) specify an option type, or an apply function.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10