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

This commit is contained in:
Daniel Olsen 2022-01-27 16:49:40 +01:00
parent d0947df006
commit 5288bcab0a

View File

@ -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;