services.unpackerr.settings
NixOS option
Unpackerr TOML configuration as a Nix attribute set. Refer to Unpackerr docs for details. For setting secrets refer to this section.
type: TOML valueDefault
{ }Example
declared in: nixos/modules/services/misc/unpackerr.nixView source on NixOS/nixpkgs →{
radarr = [
{
api_key = "0123456789abcdef0123456789abcdef";
url = "http://127.0.0.1:8989";
}
];
sonarr = [
{
api_key = "0123456789abcdef0123456789abcdef";
url = "http://127.0.0.1:7878";
}
];
}