diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 0c43bea..1b54f72 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -66,6 +66,11 @@ in { enable = true; }; + lohr = { + enable = true; + port = 8083; + }; + matrix = { enable = true; secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path; diff --git a/hosts/hades/secrets.nix b/hosts/hades/secrets.nix index 40373ec..9f5b3c9 100644 --- a/hosts/hades/secrets.nix +++ b/hosts/hades/secrets.nix @@ -15,6 +15,8 @@ lib.mapAttrs toSecret { "gandi/api-key" = {}; + "lohr/shared-secret" = {}; + "matrix-synapse/secret-config" = { owner = "matrix-synapse"; };