{ config, lib, pkgs, ... }: let cfg = config.my.services.loki; in { imports = [ ./grafana.nix ./prometheus.nix ]; }