mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/tests/nagios.nix: fix eval
This commit is contained in:
parent
439b160522
commit
582a9c13b5
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ in
|
||||||
|
|
||||||
plugins = mkOption {
|
plugins = mkOption {
|
||||||
type = types.listOf types.package;
|
type = types.listOf types.package;
|
||||||
default = with pkgs; [ nagiosPluginsOfficial ssmtp mailutils ];
|
default = with pkgs; [ monitoring-plugins ssmtp mailutils ];
|
||||||
defaultText = "[pkgs.nagiosPluginsOfficial pkgs.ssmtp pkgs.mailutils]";
|
defaultText = "[pkgs.monitoring-plugins pkgs.ssmtp pkgs.mailutils]";
|
||||||
description = "
|
description = "
|
||||||
Packages to be added to the Nagios <envar>PATH</envar>.
|
Packages to be added to the Nagios <envar>PATH</envar>.
|
||||||
Typically used to add plugins, but can be anything.
|
Typically used to add plugins, but can be anything.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue