mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2026-03-12 03:43:06 +01:00
Compare commits
3 Commits
deprecate-
...
D4ndellion
| Author | SHA1 | Date | |
|---|---|---|---|
| 4364a998b3 | |||
| 099db715d1 | |||
| da9dc0479f |
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./synapse-module
|
./synapse-module
|
||||||
|
|
||||||
# TODO: Remove after 25.05
|
# TODO: Remove after 25.05
|
||||||
(lib.mkRemovedOptionModule [ "services" "matrix-synapse" "sliding-sync" ] ''
|
(lib.mkRemovedOptionModule [ "services" "matrix-synapse" "sliding-sync" ] ''
|
||||||
`services.matrix-synapse.sliding-sync` is no longer necessary to use sliding-sync with synapse.
|
`services.matrix-synapse.sliding-sync` is no longer necessary to use sliding-sync with synapse.
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ let
|
|||||||
inherit (cfg) plugins;
|
inherit (cfg) plugins;
|
||||||
extras = [
|
extras = [
|
||||||
"postgres"
|
"postgres"
|
||||||
"saml2"
|
|
||||||
"oidc"
|
"oidc"
|
||||||
"systemd"
|
"systemd"
|
||||||
"url-preview"
|
"url-preview"
|
||||||
@@ -27,7 +26,6 @@ let
|
|||||||
"jwt"
|
"jwt"
|
||||||
"redis"
|
"redis"
|
||||||
"cache-memory"
|
"cache-memory"
|
||||||
"user-search"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user