services.gotify.environment

Config environment variables for the gotify-server. See https://gotify.net/docs/config for more details.

Type
attribute set of (string or signed integer)
Default
{ }
Example
{
  GOTIFY_DATABASE_DIALECT = "sqlite3";
  GOTIFY_SERVER_PORT = 8080;
}
Declared
<nixpkgs/nixos/modules/services/web-apps/gotify-server.nix>