aboutsummaryrefslogtreecommitdiffstats
path: root/home/root
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/root/prometheus.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/home/root/prometheus.nix b/home/root/prometheus.nix
deleted file mode 100644
index 83c92cd..0000000
--- a/home/root/prometheus.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ inputs, lib, pkgs, config, outputs, ... }:
-{
- imports = [
- common/core
- ];
-}