services.kubo.settings.Addresses.API
Multiaddr or array of multiaddrs describing the address to serve the local HTTP API on.
In addition to the multiaddrs listed here, the daemon will also listen on a Unix domain socket.
To allow the ipfs CLI tools to communicate with the daemon over that socket,
add your user to the correct group, e.g. users.users.alice.extraGroups = [ config.services.kubo.group ];
- Type
string or list of string- Default
[ ]- Declared
- <nixpkgs/nixos/modules/services/network-filesystems/kubo.nix>