From 7f73c9eee033fbc2febcdeb13d891439c8f792b8 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 21 May 2026 15:31:08 -0700 Subject: Add prometheus --- home/root/prometheus.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 home/root/prometheus.nix (limited to 'home/root') diff --git a/home/root/prometheus.nix b/home/root/prometheus.nix new file mode 100644 index 0000000..83c92cd --- /dev/null +++ b/home/root/prometheus.nix @@ -0,0 +1,6 @@ +{ inputs, lib, pkgs, config, outputs, ... }: +{ + imports = [ + common/core + ]; +} -- cgit v1.3.1