0
2
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2026-05-13 07:18:09 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
danio 4364a998b3 Remove 'saml2' from extras, as it is currently broken 2025-12-01 01:09:59 +01:00
danio 099db715d1 synapse: Remove removed extra feature 2025-07-22 22:35:55 +02:00
danio da9dc0479f sliding-sync: remove 2025-01-02 23:34:05 +01:00
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
{
imports = [
./synapse-module
# TODO: Remove after 25.05
(lib.mkRemovedOptionModule [ "services" "matrix-synapse" "sliding-sync" ] ''
`services.matrix-synapse.sliding-sync` is no longer necessary to use sliding-sync with synapse.
-2
View File
@@ -19,7 +19,6 @@ let
inherit (cfg) plugins;
extras = [
"postgres"
"saml2"
"oidc"
"systemd"
"url-preview"
@@ -27,7 +26,6 @@ let
"jwt"
"redis"
"cache-memory"
"user-search"
];
};