nixpkgs/nixos/modules/services/system
Florian Klink 09244cbd98 nixos/nscd: set positive hosts caching ttl to 0
This effectively disables nscd's built-in hosts cache, which turns out
to be erratic in some cases.

We only use nscd these days as a more ABI-neutral NSS dispatcher
mechanism.

Local caching should still be possible with local resolvers in
/etc/resolv.conf (via the `dns` NSS module), or without local resolvers
via systemd-networkd (via the `resolve` nss module)

We don't set enable-cache to no due to
https://github.com/NixOS/nixpkgs/pull/50316#discussion_r241035226.
2020-06-01 01:12:43 +02:00
..
kerberos treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00
cgmanager.nix nixos: remove dependencies on local-fs.target 2019-09-01 19:06:38 +02:00
cloud-init.nix nixos: remove dependencies on local-fs.target 2019-09-01 19:06:38 +02:00
dbus.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
earlyoom.nix earlyoom: patch absolute dbus path and make nixos module up to date (#88443) 2020-05-25 10:13:55 -05:00
localtime.nix treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00
nscd.conf nixos/nscd: set positive hosts caching ttl to 0 2020-06-01 01:12:43 +02:00
nscd.nix nixos/nscd: be more specific in the nscd.enable description on what breaks 2020-04-25 18:11:10 +02:00
saslauthd.nix nixos: correct improper uses of mkEnableOption, clarify service descriptions 2018-10-05 13:14:45 +07:00
uptimed.nix treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00