feat: add prometheus monitoring service

This commit is contained in:
nhnn
2024-06-09 21:04:14 +03:00
committed by Inex Code
parent affce115f1
commit 26c9fd5f6e
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
description = "PoC SP module for Prometheus-based monitoring";
outputs = { self }: {
nixosModules.default = import ./module.nix;
configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
};
}