services.kubo.settings
Attrset of daemon configuration.
See https://github.com/ipfs/kubo/blob/master/docs/config.md for reference.
You can't set Identity or Pinning.
- Type
open submodule of (JSON value)- Default
{ }- Example
{ Bootstrap = [ "/ip4/128.199.219.111/tcp/4001/ipfs/QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu" "/ip4/162.243.248.213/tcp/4001/ipfs/QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm" ]; Datastore = { StorageMax = "100GB"; }; Discovery = { MDNS = { Enabled = false; }; }; Swarm = { AddrFilters = null; }; }- Declared
- <nixpkgs/nixos/modules/services/network-filesystems/kubo.nix>