nixos/mx-puppet-discord: Change systemd unit description to avoid newline

main
Daniel Olsen 2 years ago
parent d0947df006
commit 5288bcab0a
  1. 5
      nixos/modules/services/misc/mx-puppet-discord.nix

@ -79,10 +79,7 @@ in {
config = mkIf cfg.enable {
systemd.services.mx-puppet-discord = {
description = ''
mx-puppet-discord is a discord puppeting bridge for matrix.
It handles bridging private and group DMs, as well as Guilds (servers).
'';
description = "Matrix to Discord puppeting bridge";
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ] ++ cfg.serviceDependencies;

Loading…
Cancel
Save