services.commafeed.environment
NixOS option
Extra environment variables passed to CommaFeed, refer to https://github.com/Athou/commafeed/blob/master/commafeed-server/config.yml.example for supported values. The default user is admin and the default password is admin. Correct configuration for H2 database is already provided.
type: attribute set of (boolean or signed integer or string)Default
{ }Example
declared in: nixos/modules/services/web-apps/commafeed.nixView source on NixOS/nixpkgs →{
CF_SERVER_APPLICATIONCONNECTORS_0_PORT = 9090;
CF_SERVER_APPLICATIONCONNECTORS_0_TYPE = "http";
}