aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index 0f6f3e2..a8799d2 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -561,6 +561,8 @@ in
561 nrdp_tokens = mkOption { type = listOf str; description = "Tokens allowed to push status update"; }; 561 nrdp_tokens = mkOption { type = listOf str; description = "Tokens allowed to push status update"; };
562 slack_url = mkOption { type = str; description = "Slack webhook url to push status update"; }; 562 slack_url = mkOption { type = str; description = "Slack webhook url to push status update"; };
563 slack_channel = mkOption { type = str; description = "Slack channel to push status update"; }; 563 slack_channel = mkOption { type = str; description = "Slack channel to push status update"; };
564 netdata_aggregator = mkOption { type = str; description = "Url where netdata information should be sent"; };
565 netdata_keys = mkOption { type = attrsOf str; description = "netdata host keys"; };
564 contacts = mkOption { type = attrsOf unspecified; description = "Contact dicts to fill naemon objects"; }; 566 contacts = mkOption { type = attrsOf unspecified; description = "Contact dicts to fill naemon objects"; };
565 email_check = mkOption { 567 email_check = mkOption {
566 description = "Emails services to check"; 568 description = "Emails services to check";