services.gotify.environment

NixOS option

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 in: nixos/modules/services/web-apps/gotify-server.nixView source on NixOS/nixpkgs →