services.netatalk.settings

Configuration for Netatalk. See afp.conf(5).

Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Global = {
    "uam list" = "uams_guest.so";
  };
  Homes = {
    "basedir regex" = "/home";
    path = "afp-data";
  };
  example-volume = {
    path = "/srv/volume";
    "read only" = true;
  };
}
Declared
<nixpkgs/nixos/modules/services/network-filesystems/netatalk.nix>