···2424 enable = mkOption {
2525 type = types.bool;
2626 default = true;
2727- description = "Whether to enable the Name Service Cache Daemon.";
2727+ description = ''
2828+ Whether to enable the Name Service Cache Daemon.
2929+ Disabling this is strongly discouraged, as this effectively disables NSS Lookups
3030+ from all non-glibc NSS modules, including the ones provided by systemd.
3131+ '';
2832 };
29333034 config = mkOption {