aboutsummaryrefslogtreecommitdiffstats
path: root/apps/grafana/appspec.nix
blob: 1fe0d386577a2c5ebb48ade572886d01c6621762 (plain)
1
2
3
4
5
6
7
8
9
{ fysilib, lib, ... }: {
  description = "Grafana";
  endOfLife = null;
  options = {
    domain = lib.mkOption {
      type = fysilib.types.fqdn;
    };
  };
}