diff options
| author | seth <[email protected]> | 2023-05-19 11:19:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-19 11:19:55 -0400 |
| commit | 8e5ce33b09eafb2b477d7b10f7a745b6189e0464 (patch) | |
| tree | 033108059b9d263d0e8d8df7d3e0e58199eb12be /hosts/p-body/default.nix | |
| parent | 44fef05d2e39060a32b61c0e2346b45803cddc77 (diff) | |
p-body: add grafana, loki, and prometheus
Diffstat (limited to 'hosts/p-body/default.nix')
| -rw-r--r-- | hosts/p-body/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 1a92889..569480c 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -9,7 +9,11 @@ imports = [ (modulesPath + "/virtualisation/digital-ocean-image.nix") ./forgejo.nix + ./grafana.nix + ./loki.nix ./nginx.nix + ./prometheus.nix + ./promtail.nix ]; _module.args.nixinate = { |
