summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/nsswitch.nix
AgeCommit message (Collapse)Author
2019-02-22nixos/nsswitch: add option to configure nssHostsDaiderd Jordan
Enables adding or overriding the default nsswitch hosts in a generic way for packages without a nixos module.
2018-12-21config.nsswitch: load cache_oslogin and oslogin nss modules if ↵Florian Klink
config.security.googleOsLogin.enable is set
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2018-03-30nixos: replace `optionals` -> `optional` in nsswitchJan Malakhovski
2017-10-16nsswitch: use [NOTFOUND=return] for mdnsJason A. Donenfeld
Commit 987aac7 and issue #18183 were intended to fix support for other things, but in the process, changed mdns_minimal to use the wrong return setting, resulting in permanent failures in early boot, affecting things like issue #30459. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-08-03nsswitch: add systemd modulePeter Hoeg
In order for DynamicUser = true to work in services, we need the nss-systemd module to be able to resolve the user and group names generated dynamically.
2017-06-30nsswitch: only add modules to nsswitch.conf if they can be loadedFlorian Jacob
2017-06-30nsswitch: add assertions for enabled nscdFlorian Jacob
2017-06-30nsswitch: fix typo specifying nss-resolve moduleFlorian Jacob
this had the effect of not being able to load nss-resolve and falling back to dns module in all cases.
2017-05-24nsswitch: use libnss_resolve if resolved is enabledJörg Thalheim
2017-01-04sssd: init at 1.14.2Alexander Kahl
perlPackages.TextWrapI18N: init at 0.06 perlPackages.Po4a: init at 0.47 jade: init at 1.2.1 ding-libs: init at 0.6.0 Switch nscd to no-caching mode if SSSD is enabled. abbradar: disable jade parallel building. Closes #21150
2016-12-17/etc/hosts and /etc/nsswitch.conf cleanupsPeter Hoeg
fixes #18183
2016-12-15nssModules: include correct systemd outputJörg Thalheim
fixes libnss_myhost, libnss_mymachines, libnss_resolve are located here
2016-08-23ldap: Add option for NSS integrationMarkus Mueller
2015-02-25nsswitch.conf: Omit ldap unless ldap is enabledEelco Dolstra
This prevents programs from trying to find nss_ldap.
2014-08-24Enable systemd's mymachines NSS moduleEelco Dolstra
It makes every local container registered with machined resolvable.
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
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.
2013-10-28Remove uses of the "merge" option attributeEelco Dolstra
It's redundant because you can (and should) specify an option type, or an apply function.
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra