nixos-config/pkgs/grafana-dashboards/default.nix

6 lines
113 B
Nix

{ callPackage }:
{
nginx = callPackage ./nginx.nix {};
node-exporter = callPackage ./node-exporter.nix {};
}