hades: enable lohr

This commit is contained in:
Antoine Martin 2023-11-15 11:23:36 +01:00
parent 812405fbbd
commit 3f6ebb0ad9
2 changed files with 7 additions and 0 deletions

View file

@ -66,6 +66,11 @@ in {
enable = true;
};
lohr = {
enable = true;
port = 8083;
};
matrix = {
enable = true;
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;

View file

@ -15,6 +15,8 @@
lib.mapAttrs toSecret {
"gandi/api-key" = {};
"lohr/shared-secret" = {};
"matrix-synapse/secret-config" = {
owner = "matrix-synapse";
};