nixos/system/monitoring/default.nix

8 lines
65 B
Nix

{ ... }:
{
imports = [
./metrics.nix
./logs.nix
];
}