services.amule.settings

Free form attribute set for aMule settings. The final configuration file is generated merging the default settings with these options.

Type
open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  eMule = {
    IncomingDir = "/mnt/hd/amule/Incoming";
    TempDir = "/mnt/hd/amule/Temp";
  };
  WebServer.Enabled = 1;
}
Declared
<nixpkgs/nixos/modules/services/networking/amuled.nix>