services.kubo.dataDir
NixOS option
The data dir for Kubo
type: stringDefault
declared in: nixos/modules/services/network-filesystems/kubo.nixView source on NixOS/nixpkgs →if lib.versionAtLeast config.system.stateVersion "17.09" then "/var/lib/ipfs" else "/var/lib/ipfs/.ipfs"