services.karakeep.extraEnvironment

NixOS option

Environment variables to pass to Karakaeep. This is how most settings can be configured. Changing DATA_DIR is possible but not supported. See https://docs.karakeep.app/configuration/environment-variables

type: attribute set of string
Default
{ }
Example
{
  PORT = "1234";
  DISABLE_SIGNUPS = "true";
  DISABLE_NEW_RELEASE_CHECK = "true";
}
declared in: nixos/modules/services/web-apps/karakeep.nixView source on NixOS/nixpkgs →