aboutsummaryrefslogtreecommitdiff
path: root/modules/services
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/matrix-homeserver.nix4
1 files changed, 1 insertions, 3 deletions
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";