summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-04 15:01:10 +0200
committerRory& <root@rory.gay>2024-07-04 15:01:10 +0200
commitf1afe9bbfd61d6ecdef7db39065005fa52c6fc64 (patch)
tree3ff44d8f3b29d8cd39bf0b1d02c319c4cd48afbd /host
parentNixfmt (diff)
downloadRory-Open-Architecture-f1afe9bbfd61d6ecdef7db39065005fa52c6fc64.tar.xz
Fix sliding sync
Diffstat (limited to 'host')
-rw-r--r--host/Rory-nginx/services/matrix/sliding-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/sliding-sync.nix b/host/Rory-nginx/services/matrix/sliding-sync.nix

index e35113d..9de4958 100644 --- a/host/Rory-nginx/services/matrix/sliding-sync.nix +++ b/host/Rory-nginx/services/matrix/sliding-sync.nix
@@ -1,4 +1,4 @@ -{ config }: +{ config, ... }: { services.matrix-sliding-sync = { enable = true;