services.netatalk.settings
NixOS option
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
declared in: nixos/modules/services/network-filesystems/netatalk.nixView source on NixOS/nixpkgs →{
Global = {
"uam list" = "uams_guest.so";
};
Homes = {
"basedir regex" = "/home";
path = "afp-data";
};
example-volume = {
path = "/srv/volume";
"read only" = true;
};
}