diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-12 13:41:31 +0200 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-12 13:41:31 +0200 |
| commit | d8217af40363f4776b93fb43b40f4de650f6b04f (patch) | |
| tree | fd080ecd8dca288b3aebe9a2b8df0fac9b1c2851 /deployment/services/matrix.scm | |
| parent | 779e16a3c4c596b751679a81d4783168e103ebde (diff) | |
Diffstat (limited to 'deployment/services/matrix.scm')
| -rw-r--r-- | deployment/services/matrix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/services/matrix.scm b/deployment/services/matrix.scm index 011d55c..aeac883 100644 --- a/deployment/services/matrix.scm +++ b/deployment/services/matrix.scm @@ -72,8 +72,8 @@ (define matrix-configuration-rakan (matrix-configuration - (package gnu:packages:matrix:synapse) - (file homeserver-configuration-file-rakan))) + (package gnu:packages:matrix:synapse) + (homeserver-yaml homeserver-configuration-file-rakan))) (define matrix-service-rakan (service matrix-service-type |
