MyNixOS website logo
option

services.castopod.settings

Environment variables used for Castopod. See for available environment variables.

Declarations
Type
attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  "email.SMTPHost" = "localhost";
  "email.SMTPUser" = "myuser";
  "email.fromEmail" = "[email protected]";
  "email.protocol" = "smtp";
}