infrastructure/nixos/hosts/olympus/bastion/containers/monitoring/default.nix

6 lines
50 B
Nix
Raw Normal View History

2023-12-30 14:47:12 +01:00
{ ... }: {
imports = [
./grafana.nix
];
}