diff options
Diffstat (limited to 'apps/grafana/integration.nix')
-rw-r--r-- | apps/grafana/integration.nix | 3 |
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; +} |