diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-09 09:15:23 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-09 09:15:23 -0800 |
| commit | 543fcc38c9c48349d6988b1ace119f0cef2d6efa (patch) | |
| tree | ae8174b09797fd19e365f60bf25a9d20b222c855 /modules/services/monitoring/default.nix | |
| parent | install kind / configure the dock (diff) | |
| download | infra-543fcc38c9c48349d6988b1ace119f0cef2d6efa.tar.gz | |
delete even more unused configurations
Diffstat (limited to 'modules/services/monitoring/default.nix')
| -rw-r--r-- | modules/services/monitoring/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/services/monitoring/default.nix b/modules/services/monitoring/default.nix deleted file mode 100644 index 9c75aa8..0000000 --- a/modules/services/monitoring/default.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ config, lib, pkgs, ... }: -let - cfg = config.my.services.loki; -in -{ - imports = [ - ./grafana.nix - ./prometheus.nix - ]; -} |
