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
declared in: nixos/modules/services/web-apps/gotify-server.nixView source on NixOS/nixpkgs →{
GOTIFY_DATABASE_DIALECT = "sqlite3";
GOTIFY_SERVER_PORT = 8080;
}