diff options
author | lassulus <lass@blue.r> | 2018-11-10 19:40:04 +0100 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-11-10 19:40:04 +0100 |
commit | 0028e3dde3dcb8e5e9394f7d230c7224b6177b79 (patch) | |
tree | 38292631d4877660d748b961e04a039fcf9e609b /lass/3modules/ejabberd | |
parent | f170326b0518d28f6ac611559edf1e4cbadeadc1 (diff) | |
parent | 62aebdf0584ee8c512da2f9a8d12d87995266484 (diff) |
Merge remote-tracking branch 'prism/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: {} |