gerd.matrix-synapse: add meta information
This commit is contained in:
parent
411332ff87
commit
7ef927e19c
1 changed files with 14 additions and 0 deletions
|
@ -183,4 +183,18 @@ in {
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
matrix-synapse-config-authelia-secret.owner = matrix_synapse_user;
|
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue