mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
nixos/mx-puppet-discord: Change systemd unit description to avoid newline
This commit is contained in:
parent
d0947df006
commit
5288bcab0a
@ -79,10 +79,7 @@ in {
|
|||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
systemd.services.mx-puppet-discord = {
|
systemd.services.mx-puppet-discord = {
|
||||||
description = ''
|
description = "Matrix to Discord puppeting bridge";
|
||||||
mx-puppet-discord is a discord puppeting bridge for matrix.
|
|
||||||
It handles bridging private and group DMs, as well as Guilds (servers).
|
|
||||||
'';
|
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
wants = [ "network-online.target" ] ++ cfg.serviceDependencies;
|
wants = [ "network-online.target" ] ++ cfg.serviceDependencies;
|
||||||
|
Loading…
Reference in New Issue
Block a user