services.ceph.mon.daemons

A list of monitor daemons that should have a service created. The names correspond to the id part in ceph i.e. [ "name1" ] would result in mon.name1

Type
list of string
Default
[ ]
Example
[
  "name1"
  "name2"
]
Declared
<nixpkgs/nixos/modules/services/network-filesystems/ceph.nix>