services.kubo.settings.Addresses.API

NixOS option

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 in: nixos/modules/services/network-filesystems/kubo.nixView source on NixOS/nixpkgs →