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

12 lines
214 B
Nix
Raw Normal View History

2024-07-18 22:06:11 +05:30
_: {
imports = [
./alertmanager.nix
2024-10-28 23:54:19 +05:30
./blocky.nix
./forgejo-actions-runner.nix
./grafana.nix
2024-11-01 20:29:50 +05:30
./homepage.nix
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
];
}