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 stringDefault
{ }Example
declared in: nixos/modules/services/network-filesystems/ceph.nixView source on NixOS/nixpkgs →{
"ms bind ipv6" = "true";
}