summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-04-03 08:00:13 -0400
committerSeth Flynn <[email protected]>2025-04-03 08:00:27 -0400
commitb6d041716acd4243a956a73369f728673e9b6d83 (patch)
tree71a0885ff2f6dabb84966d512cec5558dabeb39a /systems
parent8ec093da85fdd820ca96238145abc7cb132d5423 (diff)
treewide: disable useless metrics
Diffstat (limited to 'systems')
-rw-r--r--systems/atlas/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 275b949..8350ce7 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -44,12 +44,7 @@
enableServer = true;
};
- miniflux = {
- enable = true;
- config = {
- METRICS_COLLECTOR = 1;
- };
- };
+ miniflux.enable = true;
nginx.enable = true;
};