forked from Drift/pvv-nixos-config
10 lines
101 B
Nix
10 lines
101 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./prometheus.nix
|
||
|
./grafana.nix
|
||
|
./loki.nix
|
||
|
];
|
||
|
}
|