2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-03-22 19:12:52 +01:00

12 lines
147 B
Nix

{ config, pkgs, ... }:
{
imports = [
./prometheus.nix
./grafana.nix
./loki.nix
./snmp-exporter.nix
./uptime-kuma.nix
];
}