Merge pull request #157019 from dali99/fix-mx-puppet-discord-module

nixos/mx-puppet-discord: Change systemd unit description to avoid new…
This commit is contained in:
Aaron Andersen 2022-01-27 12:02:59 -05:00 committed by GitHub
commit 3cafa47a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;