MyNixOS website logo
option

programs.attic-client.settings

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

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

Declarations
Type
TOML value
Default
{ }
Example
{
  default-server = "myserver";
  servers.myserver = {
    endpoint = "https://myserver.org";
    token-file = "/run/secrets/attic-token";
  };
}