summary refs log tree commit diff
path: root/modules/software-templates/synapse-workers/generic/auth.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-20 16:01:49 +0200
committerRory& <root@rory.gay>2025-05-20 16:01:49 +0200
commit0b4c04ff3844536815660e05ec46c9c63bf0be13 (patch)
tree9044f382fa71b14073c86afc93a6f15768ed4bf7 /modules/software-templates/synapse-workers/generic/auth.nix
parentSwitch to valkey, synapse changes, update draupnir containers (diff)
downloadRory-Open-Architecture-0b4c04ff3844536815660e05ec46c9c63bf0be13.tar.xz
Fix synapse config
Diffstat (limited to 'modules/software-templates/synapse-workers/generic/auth.nix')
-rw-r--r--modules/software-templates/synapse-workers/generic/auth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/synapse-workers/generic/auth.nix b/modules/software-templates/synapse-workers/generic/auth.nix

index faf3198..47064be 100644 --- a/modules/software-templates/synapse-workers/generic/auth.nix +++ b/modules/software-templates/synapse-workers/generic/auth.nix
@@ -82,7 +82,7 @@ in name = "unix:/run/matrix-synapse/${workerName}-${type}-${toString index}.sock"; value = { max_fails = 0; - fail_timeout = 0s; + fail_timeout = "0s"; }; }) workers );