test
This commit is contained in:
parent
c109b6e97b
commit
e3b72902a8
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue