Disable matrix anonymous users
This commit is contained in:
parent
5022c3a907
commit
5d4e1d5282
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, config, lib, ... }: {
|
{ pkgs, config, lib, ... }: {
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allow_guest_access = true;
|
allow_guest_access = false;
|
||||||
listeners = [{
|
listeners = [{
|
||||||
bind_address = "0.0.0.0";
|
bind_address = "0.0.0.0";
|
||||||
port = 13748;
|
port = 13748;
|
||||||
|
Loading…
Reference in New Issue
Block a user