aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/monitoring/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/private/monitoring/flake.nix')
-rw-r--r--flakes/private/monitoring/flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flakes/private/monitoring/flake.nix b/flakes/private/monitoring/flake.nix
index 5610d67..980fb47 100644
--- a/flakes/private/monitoring/flake.nix
+++ b/flakes/private/monitoring/flake.nix
@@ -183,6 +183,12 @@
183 description = "Arguments to pass to the naemon plugin configuration"; 183 description = "Arguments to pass to the naemon plugin configuration";
184 type = lib.types.attrsOf (lib.types.attrsOf lib.types.unspecified); 184 type = lib.types.attrsOf (lib.types.attrsOf lib.types.unspecified);
185 }; 185 };
186 availablePlugins = lib.mkOption {
187 type = lib.types.unspecified;
188 readOnly = true;
189 description = "List of available plugins";
190 default = allPluginsConfig;
191 };
186 activatedPlugins = lib.mkOption { 192 activatedPlugins = lib.mkOption {
187 default = []; 193 default = [];
188 description = "List of naemon plugins to activate"; 194 description = "List of naemon plugins to activate";