services.ceph.extraConfig

NixOS option

Extra configuration to add to the global section. Use for setting values that are common for all daemons in the cluster.

type: attribute set of string
Default
{ }
Example
{
  "ms bind ipv6" = "true";
}
declared in: nixos/modules/services/network-filesystems/ceph.nixView source on NixOS/nixpkgs →