add telegraf

This commit is contained in:
soraefir
2026-06-06 00:34:26 +02:00
parent dddbd8309f
commit 2066940c77
6 changed files with 216 additions and 61 deletions

View File

@@ -28,6 +28,10 @@ in with lib; {
type = types.oneOf [ types.bool (types.submodule { options = import ./server.nix {inherit lib;}; }) ];
default = false;
};
monitoring = mkOption {
type = types.submodule { options = import ./monitoring.nix { inherit lib; }; };
default = { };
};
media = mkOption {
type = types.submodule { options = import ./media.nix { inherit lib; }; };
default = {};