From fa7f399067828aa8f4171c9d3e68669ecf0b72ec Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sat, 2 Mar 2024 14:44:52 +0100 Subject: grafana: init --- apps/grafana/appspec.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apps/grafana/appspec.nix (limited to 'apps/grafana/appspec.nix') diff --git a/apps/grafana/appspec.nix b/apps/grafana/appspec.nix new file mode 100644 index 0000000..1fe0d38 --- /dev/null +++ b/apps/grafana/appspec.nix @@ -0,0 +1,9 @@ +{ fysilib, lib, ... }: { + description = "Grafana"; + endOfLife = null; + options = { + domain = lib.mkOption { + type = fysilib.types.fqdn; + }; + }; +} -- cgit v1.2.3