chore: hecitc-lab: add lvgkcfjl to matrix

This commit is contained in:
2026-05-23 08:49:51 +00:00
parent 20b12d42a8
commit 4d7908de4b

View File

@@ -71,6 +71,9 @@ in {
liquiz = {
passwordFile = config.sops.secrets."matrix/users/liquiz/password".path;
};
lvgkcfjl = {
passwordFile = config.sops.secrets."matrix/users/lvgkcfjl/password".path;
};
};
inherit matrixDomain;
};
@@ -162,6 +165,10 @@ in {
key = "matrix/users/liquiz/password";
owner = "matrix-synapse";
};
sops.secrets."matrix/users/lvgkcfjl/password" = {
key = "matrix/users/lvgkcfjl/password";
owner = "matrix-synapse";
};
services.mailserver = {
enable = true;