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;
|