forked from danio/nixos-matrix-modules
Compare commits
3 Commits
deprecate-
...
D4ndellion
| Author | SHA1 | Date | |
|---|---|---|---|
| 4364a998b3 | |||
| 099db715d1 | |||
| da9dc0479f |
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user