diff options
author | Rory& <root@rory.gay> | 2024-07-23 12:16:30 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-23 12:16:30 +0200 |
commit | 2b2c86b633e093dad32eddd920dd8a48a1591185 (patch) | |
tree | d44c186f763f65550362ba6216d88526af7cd133 /host/Rory-nginx/services/containers | |
parent | Fix draupnir-cme (diff) | |
download | Rory-Open-Architecture-2b2c86b633e093dad32eddd920dd8a48a1591185.tar.xz |
Fix draupnir-cme 2
Diffstat (limited to 'host/Rory-nginx/services/containers')
-rwxr-xr-x | host/Rory-nginx/services/containers/draupnir-cme/services/draupnir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/containers/draupnir-cme/services/draupnir.nix b/host/Rory-nginx/services/containers/draupnir-cme/services/draupnir.nix index 7a63945..9d622c0 100755 --- a/host/Rory-nginx/services/containers/draupnir-cme/services/draupnir.nix +++ b/host/Rory-nginx/services/containers/draupnir-cme/services/draupnir.nix @@ -16,7 +16,7 @@ autojoinOnlyIfManager = true; # ... but we don't want the bot to be invited to eg. Matrix HQ... automaticallyRedactForReasons = [ "*" ]; # Always autoredact fasterMembershipChecks = true; - homeserverUrl = "https://matrix.rory.gay" + homeserverUrl = "https://matrix.rory.gay"; backgroundDelayMS = 10; # delay isn't needed, I don't mind the performance hit pollReports = false; |