about summary refs log tree commit diff
path: root/modules/nixos/monitoring
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-01-04 11:55:51 +0300
committerAzat Bahawi <azat@bahawi.net>2024-01-04 11:55:51 +0300
commitb41c88fa6e6348d74dd9a27f51e72799bd9f7230 (patch)
treed149e2dec10dffa3bc617409ab192c8ebf9cfea9 /modules/nixos/monitoring
parent2023-12-26 (diff)
2024-01-04
Diffstat (limited to '')
-rw-r--r--modules/nixos/monitoring/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/monitoring/default.nix b/modules/nixos/monitoring/default.nix
index cc06fbb..fbc0e60 100644
--- a/modules/nixos/monitoring/default.nix
+++ b/modules/nixos/monitoring/default.nix
@@ -15,7 +15,7 @@ in {
     nixfiles.modules = {
       alertmanager.enable = true;
       grafana.enable = true;
-      loki.enable = true;
+      loki.enable = false; # FIXME High RAM usage.
       prometheus.enable = true;
     };
 

Consider giving Nix/NixOS a try! <3