mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-01-09 20:01:15 +01:00
11 lines
125 B
Nix
11 lines
125 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./prometheus.nix
|
|
./grafana.nix
|
|
./loki.nix
|
|
./snmp-exporter.nix
|
|
];
|
|
}
|