diff options
Diffstat (limited to 'hosts/kay/modules/www.nix')
-rw-r--r-- | hosts/kay/modules/www.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/kay/modules/www.nix b/hosts/kay/modules/www.nix index 4ffa141..aec5d5a 100644 --- a/hosts/kay/modules/www.nix +++ b/hosts/kay/modules/www.nix @@ -9,7 +9,7 @@ in { imports = [ ./dendrite.nix - ./matrix_sliding_sync.nix + ./matrix-sliding-sync.nix ./cgit.nix ]; @@ -53,7 +53,7 @@ in }}' ''; locations."/_matrix/client/unstable/org.matrix.msc3575/sync" = let - addr = "${config.services.matrix-synapse.sliding-sync.settings.SYNCV3_BINDADDR}"; + addr = "${config.services.matrix-sliding-sync.settings.SYNCV3_BINDADDR}"; in { proxyPass = "http://${addr}"; }; |