Re-enabled alloy

This commit is contained in:
2025-07-02 00:49:50 +03:00
parent c4239586df
commit 188f0877aa

View File

@@ -67,10 +67,10 @@
# Enable metrics/logging
grafana.enable = true;
loki.enable = false;
services.alloy.enable = false;
services.alloy.configPath = "/etc/alloy/eko-config.alloy";
services.alloy.enable = true;
services.alloy.configPath = "/etc/alloy/config.alloy";
environment.etc = {
"alloy/eko-config.alloy".text = builtins.readFile ./eko-config.alloy;
"alloy/config.alloy".text = builtins.readFile ./eko-config.alloy;
};
};