create prometheus clan service
This commit is contained in:
parent
dc5ffa3c66
commit
f463644f1b
4 changed files with 120 additions and 0 deletions
4
clanServices/prometheus/flake-module.nix
Normal file
4
clanServices/prometheus/flake-module.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ self, lib, ... }:
|
||||
{
|
||||
clan.modules."@rpqt/prometheus" = lib.modules.importApply ./default.nix { inherit self; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue