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

Compare commits

...

2 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
-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"
];
};