diff options
Diffstat (limited to 'host/Rory-nginx/services/matrix')
-rwxr-xr-x | host/Rory-nginx/services/matrix/draupnir.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/draupnir.nix b/host/Rory-nginx/services/matrix/draupnir.nix index 8930f1e..12d258a 100755 --- a/host/Rory-nginx/services/matrix/draupnir.nix +++ b/host/Rory-nginx/services/matrix/draupnir.nix @@ -24,7 +24,9 @@ backgroundDelayMS = 10; # delay isn't needed, I don't mind the performance hit pollReports = false; # this is a single person homeserver... let's save ourself the work - + + #homeserverUrl = "yes"; + admin.enableMakeRoomAdminCommand = true; commands.ban.defaultReasons = [ "spam" @@ -39,6 +41,7 @@ "faggot" "ywnbaw" "nigger" + "ioawejfioanwfoiawnfionf23iofn23ion312ion231ion12oi4n23io4n23io4" ]; minutesBeforeTrusting = 0; }; |