mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2024-12-22 20:17:31 +01:00
12 lines
147 B
Nix
12 lines
147 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./prometheus.nix
|
|
./grafana.nix
|
|
./loki.nix
|
|
./snmp-exporter.nix
|
|
./uptime-kuma.nix
|
|
];
|
|
}
|