services.nfs.idmapd.settings
NixOS option
libnfsidmap configuration. Refer to https://linux.die.net/man/5/idmapd.conf for details.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: nixos/modules/tasks/filesystems/nfs.nixView source on NixOS/nixpkgs →{
Translation = {
GSS-Methods = "static,nsswitch";
};
Static = {
"root/hostname.domain.com@REALM.COM" = "root";
};
}