From 2b2c86b633e093dad32eddd920dd8a48a1591185 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 23 Jul 2024 12:16:30 +0200 Subject: Fix draupnir-cme 2 --- host/Rory-nginx/services/containers/draupnir-cme/services/draupnir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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; -- cgit 1.4.1