mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-01-06 02:17:32 +01:00
11 lines
126 B
Nix
11 lines
126 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./prometheus.nix
|
|
./grafana.nix
|
|
./loki.nix
|
|
#./snmp-exporter.nix
|
|
];
|
|
}
|