MyNixOS website logo
option

services.tabby.settings

Tabby scheduler configuration

See for more details:

https://tabby.tabbyml.com/docs/configuration/#repository-context-for-code-completion.

Declarations
Type
TOML value
Default
{ }
Example
settings = {
  repositories = [
    { name = "tabby"; git_url = "https://github.com/TabbyML/tabby.git"; }
    { name = "CTranslate2"; git_url = "[email protected]:OpenNMT/CTranslate2.git"; }

    # local directory is also supported, but limited by systemd DynamicUser=1
    # adding local repositories will need to be done manually
    { name = "repository_a"; git_url = "file:///var/lib/tabby/repository_a"; }
  ];
};