MyNixOS website logo
option

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

Declarations
Type
list of string
Default
[ ]
Example
[
  "name1"
  "name2"
]