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
|
lm_sensors
|
||||||
telegraf
|
telegraf
|
||||||
smartmontools
|
smartmontools
|
||||||
|
nvme-cli
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow telegraf to talk to other executables it requires:
|
# Allow telegraf to talk to other executables it requires:
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
pkgs.lm_sensors # sensors
|
pkgs.lm_sensors # sensors
|
||||||
pkgs.smartmontools # smartctl
|
pkgs.smartmontools # smartctl
|
||||||
pkgs.sudo # sudo
|
pkgs.sudo # sudo
|
||||||
|
pkgs.nvme-cli # nvme command for smartctl
|
||||||
"/run/current-system/sw/bin/nixos-version"
|
"/run/current-system/sw/bin/nixos-version"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue