gerd.matrix-synapse: add meta information

This commit is contained in:
eyjhb 2024-08-24 16:34:03 +02:00
parent 411332ff87
commit 7ef927e19c
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -183,4 +183,18 @@ in {
age.secrets = {
matrix-synapse-config-authelia-secret.owner = matrix_synapse_user;
};
mine.shared.meta.matrix-synapse = {
name = "Matrix Synapse";
description = "We host our own Matrix homeserver using Synapse! Login using your favourite which supports OpenID.";
url = "https://${svc_domain}";
package = let
pkg = pkgs.matrix-synapse-unwrapped;
in {
name = pkg.pname;
version = pkg.version;
meta = pkg.meta;
};
};
}