Compare commits

..

6 commits

Author SHA1 Message Date
2ec7d12422 flake: bump inputs
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-22 17:51:00 +01:00
d719c5dd5d home: vim: add gn ftplugin
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-16 17:25:41 +00:00
29e469a3b0 home: vim: ftdetect: add gn 2024-01-16 17:17:43 +00:00
723fd879e4 nixos: services: nextcloud: fix typo
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-15 16:50:38 +00:00
29a96b905c hosts: homes: bazin: fix typo
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-15 10:14:52 +00:00
e99d91bdf1 nixos: services: matrix: fix deprecated option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-05 19:19:00 +01:00

View file

@ -181,7 +181,7 @@ in
# Sliding sync
"~ ^/(client/|_matrix/client/unstable/org.matrix.msc3575/sync)" = {
proxyPass = "http://${config.services.matrix-sliding-sync.settings.SYNCV3_BINDADDR}";
proxyPass = "http://${config.services.matrix-synapse.sliding-sync.settings.SYNCV3_BINDADDR}";
};
};