configuration.nix/hosts/rico1/services/apps/default.nix

12 lines
194 B
Nix
Raw Normal View History

2024-07-03 17:03:34 +05:30
_: {
2024-07-18 22:06:11 +05:30
imports = [
2024-10-27 18:35:53 +05:30
./alertmanager.nix
2024-10-27 18:34:32 +05:30
./blocky.nix
2024-10-27 18:37:05 +05:30
./grafana.nix
2024-10-27 18:37:28 +05:30
./prometheus.nix
2024-10-27 18:36:30 +05:30
./loki
2024-07-18 23:15:30 +05:30
../../../shared/prometheus-exporters.nix
2024-07-21 19:10:11 +05:30
../../../shared/promtail.nix
2024-07-18 22:06:11 +05:30
];
2024-07-03 17:03:34 +05:30
}