This commit is contained in:
2025-07-01 23:37:42 +03:00
parent a4a80a7e3e
commit 9adab0d3a3

View File

@@ -68,6 +68,7 @@
grafana.enable = true;
loki.enable = true;
services.alloy.enable = true;
services.alloy.extraFlags = [ "/etc/alloy/eko-config.alloy" ];
environment.etc = {
"alloy/eko-config.alloy".text = builtins.readFile ./eko-config.alloy;
};