2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-01-10 12:21:14 +01:00
nixos-config/hosts/chapel/services/metrics/default.nix

11 lines
125 B
Nix
Raw Normal View History

2023-01-20 20:21:16 +01:00
{ config, pkgs, ... }:
{
imports = [
./prometheus.nix
./grafana.nix
./loki.nix
./snmp-exporter.nix
];
}