Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.attic-client.enable

Whether to enable the attic binary cache client.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.attic-client.package

The attic-client package to use.

Type: null or package

Default:

pkgs.attic-client

Declared by:

programs.attic-client.settings

Configuration written to $XDG_CONFIG_HOME/attic/config.toml.

See https://github.com/zhaofengli/attic for the available options.

Type: TOML value

Default:

{ }

Example:

{
  default-server = "myserver";
  servers.myserver = {
    endpoint = "https://myserver.org";
    token-file = "/run/secrets/attic-token";
  };
}

Declared by:

programs.attic-client.watchStore

Caches to push new store paths to via attic watch-store. Format: server:cache (or just cache to use the default server).

This relies on systemd and is only supported on Linux.

Type: list of string

Default:

[ ]

Example:

[
  "mycacheserver:mycache"
]

Declared by: