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

5 lines
111 B
Nix

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