aboutsummaryrefslogtreecommitdiffstats
path: root/apps/grafana/integration.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-02 14:44:52 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-04 06:36:25 +0100
commitfa7f399067828aa8f4171c9d3e68669ecf0b72ec (patch)
tree0654bfb3b7d29bf96c50ab06cd5ec61b9084aea3 /apps/grafana/integration.nix
parent15c6afa0332855ae59dff40fcd359937127a24f0 (diff)
grafana: init
Diffstat (limited to 'apps/grafana/integration.nix')
-rw-r--r--apps/grafana/integration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/grafana/integration.nix b/apps/grafana/integration.nix
new file mode 100644
index 0000000..936c6c7
--- /dev/null
+++ b/apps/grafana/integration.nix
@@ -0,0 +1,3 @@
+{ ... }: {
+ port = 3000;
+}