services.thanos.sidecar.objstore.config-file
NixOS option
Path to YAML file that contains object store configuration. See format details: https://thanos.io/tip/thanos/storage.md/#configuring-access-to-object-storage
type: null or stringDefault
declared in: nixos/modules/services/monitoring/thanos.nixView source on NixOS/nixpkgs →if config.services.thanos.<cmd>.objstore.config == null then null else toString (format.generate "objstore.yaml" config.services.thanos.<cmd>.objstore.config);