MyNixOS website logo
option

services.nfs.idmapd.settings

libnfsidmap configuration. Refer to https://linux.die.net/man/5/idmapd.conf for details.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Translation = {
    GSS-Methods = "static,nsswitch";
  };
  Static = {
    "root/[email protected]" = "root";
  };
}