disable metrics, for now

This commit is contained in:
Reid 2024-02-26 17:42:29 -08:00
parent 5c97d0eda4
commit 48b7ab9fab

View file

@ -13,7 +13,7 @@ in {
}; };
metrics = { metrics = {
enable = true; enable = false;
domain = "metrics.reidlab.online"; domain = "metrics.reidlab.online";
port = 2342; port = 2342;
}; };