diff --git a/nixos/common/services/telegraf.nix b/nixos/common/services/telegraf.nix index e9da7e84..92530a7d 100644 --- a/nixos/common/services/telegraf.nix +++ b/nixos/common/services/telegraf.nix @@ -13,6 +13,7 @@ lm_sensors telegraf smartmontools + nvme-cli ]; # Allow telegraf to talk to other executables it requires: @@ -21,6 +22,7 @@ pkgs.lm_sensors # sensors pkgs.smartmontools # smartctl pkgs.sudo # sudo + pkgs.nvme-cli # nvme command for smartctl "/run/current-system/sw/bin/nixos-version" ]; };