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;