create prometheus clan service

This commit is contained in:
2025-08-25 07:21:21 +02:00
parent dc5ffa3c66
commit f463644f1b
4 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{ self, lib, ... }:
{
clan.modules."@rpqt/prometheus" = lib.modules.importApply ./default.nix { inherit self; };
}