services.mautrix-discord.serviceDependencies

List of Systemd services to require and wait for when starting the application service.

Type
list of string
Default
''
  [ cfg.registrationServiceUnit ] ++
  (lib.lists.optional config.services.matrix-synapse.enable config.services.matrix-synapse.serviceUnit) ++
  (lib.lists.optional config.services.matrix-conduit.enable "matrix-conduit.service") ++
  (lib.lists.optional config.services.dendrite.enable "dendrite.service");
''
Declared
<nixpkgs/nixos/modules/services/matrix/mautrix-discord.nix>