summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-09-03 11:15:07 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-09-03 11:15:07 +0000
commit257601d67d00ffd351d01164dc085d3cbd167e9c (patch)
tree0acb7116f5ca5d09a9a92a8b832a3bd6fa3e46b1 /mix.exs
parent299255b9bb2fe9692fda724cbad700e36fa7d5bb (diff)
parent5ca1ac041f011df458af7ebe057b39c1cc9548d0 (diff)
Merge branch 'ssh-bbs-improvements' into 'develop'
BBS: add functionnalities and readability See merge request pleroma/pleroma!3675
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 6e84fe482..b26e498cd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -80,7 +80,8 @@ defmodule Pleroma.Mixfile do
:quack,
:fast_sanitize,
:os_mon,
- :ssl
+ :ssl,
+ :esshd
],
included_applications: [:ex_syslogger]
]