started removing orphaned code

This commit is contained in:
chloe 2025-03-09 12:48:41 +01:00
parent 227a6dfd1f
commit 689c11e4eb
5 changed files with 11 additions and 29 deletions

View file

@ -13,12 +13,14 @@
};
};
scrapeConfigs = [
{
job_name = "synapse";
scrape_interval = "15s";
metrics_path = "/_synapse/metrics";
static_configs = [ { targets = [ "localhost:9000" ]; } ];
}
/*
{
job_name = "synapse";
scrape_interval = "15s";
metrics_path = "/_synapse/metrics";
static_configs = [ { targets = [ "localhost:9000" ]; } ];
}
*/
{
job_name = "homelab-stats";
static_configs = [

View file

@ -2,10 +2,12 @@
{
imports = [
# ./akkoma.nix
./archivebox.nix
./homelab-dashboard.nix
./nextcloud.nix
# ./photoprism.nix
./irc-server.nix
# TODO: configure irc server correctly
# ./irc-server.nix
./grafana.nix
./forgejo.nix
# ./synapse-matrix.nix