diff options
| author | seth <[email protected]> | 2023-09-06 17:50:53 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-07 13:52:26 -0400 |
| commit | e41f98de313f81a74a6ebb1131b3bd92817c4acb (patch) | |
| tree | 02272b37a7ce9650bdfc47f73be64a0a7b2f8800 /hosts/p-body/grafana.nix | |
| parent | 5d0fdf984a2708ad746669814ac874d6f7ad44b4 (diff) | |
hosts: remove p-body
Diffstat (limited to 'hosts/p-body/grafana.nix')
| -rw-r--r-- | hosts/p-body/grafana.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/hosts/p-body/grafana.nix b/hosts/p-body/grafana.nix deleted file mode 100644 index dcc97d1..0000000 --- a/hosts/p-body/grafana.nix +++ /dev/null @@ -1,25 +0,0 @@ -{config, ...}: let - inherit (config.networking) domain; -in { - services.grafana = { - enable = true; - settings = { - "auth.anonymous" = { - enabled = true; - hide_version = true; - org_name = "getchoosystems"; - org_role = "Viewer"; - }; - - server = { - http_addr = "127.0.0.1"; - http_port = 4000; - domain = "grafana.${domain}"; - }; - - feature_toggles = { - publicDashboards = true; - }; - }; - }; -} |
