services.ceph.client.extraConfig

NixOS option

Extra configuration to add to the client section. Configuration for rados gateways would be added here, with their own sections, see example.

type: attribute set of attribute set of string
Default
{ }
Example
{
  # This would create a section for a radosgw daemon named node0 and related
  # configuration for it
  "client.radosgw.node0" = { "some config option" = "true"; };
};
declared in: nixos/modules/services/network-filesystems/ceph.nixView source on NixOS/nixpkgs →