services.ceph.client.extraConfig
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
- <nixpkgs/nixos/modules/services/network-filesystems/ceph.nix>