services.ceph.mgr.daemons
NixOS option
A list of names for manager daemons that should have a service created. The names correspond to the id part in ceph i.e. [ “name1” ] would result in mgr.name1
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/services/network-filesystems/ceph.nixView source on NixOS/nixpkgs →[ "name1" "name2" ]