diff options
author | makefu <github@syntax-fehler.de> | 2018-11-10 22:05:40 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-11-10 22:05:40 +0100 |
commit | e3efeb6dd5da00964ac6157df5920dc034482ef7 (patch) | |
tree | 1dff7e22bf632b4508a75a3d096f22b93aaf8c74 /lass/3modules/ejabberd | |
parent | 0c235a88a8391a6c3b67573f85fc03931e5402a2 (diff) | |
parent | 30a6c5219a120b7323e46c621a21da7ab8fc1d29 (diff) |
Merge remote-tracking branch 'lassul.us/master'
Diffstat (limited to 'lass/3modules/ejabberd')
-rw-r--r-- | lass/3modules/ejabberd/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/3modules/ejabberd/config.nix b/lass/3modules/ejabberd/config.nix index 68bcfa340..e7288313a 100644 --- a/lass/3modules/ejabberd/config.nix +++ b/lass/3modules/ejabberd/config.nix @@ -96,9 +96,9 @@ in /* yaml */ '' mod_privacy: {} mod_private: {} mod_register: - access_from: deny + access_from: allow access: register - ip_access: trusted_network + # ip_access: trusted_network registration_watchers: ${toJSON config.registration_watchers} mod_roster: {} mod_shared_roster: {} |