···24 enable = mkOption {
25 type = types.bool;
26 default = true;
27- description = "Whether to enable the Name Service Cache Daemon.";
000028 };
2930 config = mkOption {
···24 enable = mkOption {
25 type = types.bool;
26 default = true;
27+ description = ''
28+ Whether to enable the Name Service Cache Daemon.
29+ Disabling this is strongly discouraged, as this effectively disables NSS Lookups
30+ from all non-glibc NSS modules, including the ones provided by systemd.
31+ '';
32 };
3334 config = mkOption {