services.castopod.settings
NixOS option
Environment variables used for Castopod. See for available environment variables.
type: attribute set of (string or signed integer or boolean)Default
{ }Example
declared in: nixos/modules/services/web-apps/castopod.nixView source on NixOS/nixpkgs →{
"email.SMTPHost" = "localhost";
"email.SMTPUser" = "myuser";
"email.fromEmail" = "castopod@example.com";
"email.protocol" = "smtp";
}