From e3b72902a8d11534a2a5e75de1643c6ed461b350 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 23 Jan 2024 14:45:04 +0900 Subject: [PATCH] test --- nixos/common/services/telegraf.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ]; };