From f95d10410cefbf69f2632067321125d564e83ffe Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 Nov 2023 07:13:05 +0900 Subject: chore(modules/matrix-homeserver): cleanup dendrite --- modules/services/matrix-homeserver.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/services/matrix-homeserver.nix b/modules/services/matrix-homeserver.nix index 12befb9..d658fdf 100644 --- a/modules/services/matrix-homeserver.nix +++ b/modules/services/matrix-homeserver.nix @@ -26,7 +26,6 @@ in secrets = { matrix-server-key = mkOption { type = types.str; description = "path to the server key"; }; matrix-shared-secret = mkOption { type = types.str; description = "path to the registration shared secret"; }; - dendrite-envs = mkOption { type = types.nullOr types.str; description = "path for the environment file to source"; }; extra-config-path = mkOption { type = types.nullOr types.str; description = "path to the extra configuration file to source"; }; sliding-sync-secret = mkOption { type = types.nullOr types.str; description = "path to the sliding sync secret"; }; }; @@ -111,8 +110,7 @@ in environmentFile = cfg.secrets.sliding-sync-secret; }; }; - ###################################### SYNAPSE END ############################## - # Adapted from Mic92/dotfiles, (C) 2021 Jörg Thalheim (MIT) + services.prometheus.scrapeConfigs = [ { job_name = "synapse"; -- cgit 1.4.1