mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2024-12-13 16:31:48 +01:00
11 lines
126 B
Nix
11 lines
126 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./prometheus.nix
|
|
./grafana.nix
|
|
./loki.nix
|
|
#./snmp-exporter.nix
|
|
];
|
|
}
|