MyNixOS website logo
option

services.karakeep.extraEnvironment

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/

Declarations
Type
attribute set of string
Default
{ }
Example
{
  PORT = "1234";
  DISABLE_SIGNUPS = "true";
  DISABLE_NEW_RELEASE_CHECK = "true";
}