services.nfs.settings
NixOS option
General configuration for NFS daemons and tools. See nfs.conf(5) and related man pages 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 →{
mountd.manage-gids = true;
}