From 0a5fefe7f9a78b055387a39a7c2ccf77e6410a37 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 15 Nov 2023 11:23:36 +0100 Subject: [PATCH] hades: enable lohr --- hosts/hades/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;