summary refs log tree commit diff
path: root/modules/software-templates/synapse-workers/single
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-22 09:29:10 +0200
committerRory& <root@rory.gay>2025-07-22 09:29:10 +0200
commit7d84cf83297b3ec97afa6abc401f03426f63d9c5 (patch)
tree8a19f5573e9ae794fa2b1274903b709e3472af9d /modules/software-templates/synapse-workers/single
parentUpdate synapse hash (diff)
downloadRory-Open-Architecture-7d84cf83297b3ec97afa6abc401f03426f63d9c5.tar.xz
Add synapse container, nixfmt
Diffstat (limited to 'modules/software-templates/synapse-workers/single')
-rw-r--r--modules/software-templates/synapse-workers/single/appservice.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/synapse-workers/single/appservice.nix b/modules/software-templates/synapse-workers/single/appservice.nix

index 03a080b..871a7c1 100644 --- a/modules/software-templates/synapse-workers/single/appservice.nix +++ b/modules/software-templates/synapse-workers/single/appservice.nix
@@ -6,7 +6,7 @@ let dbGroup = "small"; workerName = "appservice"; tasks = [ "appservice" ]; - workerRoutes = {}; + workerRoutes = { }; enabledResources = lib.attrNames workerRoutes; in {