services.ipfs-cluster.secretFile
NixOS option
File containing the cluster secret in the format of EnvironmentFile as described by systemd.exec(5). For example: CLUSTER_SECRET=… If null, a new secret will be generated on first run and stored in the data directory. A secret in the correct format can also be generated by: openssl rand -hex 32
type: null or absolute pathDefault
declared in: nixos/modules/services/network-filesystems/ipfs-cluster.nixView source on NixOS/nixpkgs →null