summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorduponin <pwet@dupon.in>2022-05-18 20:05:42 +0200
committerduponin <pwet@dupon.in>2022-05-18 20:05:42 +0200
commite606b9ab3f5028ddac1f52e855d7f6da4999dbc5 (patch)
tree3278585f5f517fb0d591d07a648825c15921289b /mix.exs
parent4605efe272016a5ba8ba6e96a9bec9a6e40c1591 (diff)
add missing extra application to start the SSH BBS
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 0651781cc..1df92ed53 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]
]