nix-infra/modules/nixos/prometheus/default.nix
2024-06-05 09:09:28 +02:00

6 lines
66 B
Nix

{ ... }: {
imports = [
./client.nix
./server.nix
];
}