MyNixOS website logo
option

services.ceph.extraConfig

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

Declarations
Type
attribute set of string
Default
{ }
Example
{
  "ms bind ipv6" = "true";
}