test
This commit is contained in:
parent
54c4b73301
commit
79571cd59f
1 changed files with 5 additions and 4 deletions
|
@ -11,15 +11,16 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
lm_sensors
|
||||
telegraf
|
||||
smartmontools
|
||||
];
|
||||
|
||||
# Allow telegraf to talk to other executables it requires:
|
||||
systemd.services.telegraf = {
|
||||
path = with pkgs; [
|
||||
lm_sensors
|
||||
fail2ban
|
||||
# nvidia-smi
|
||||
linuxPackages.nvidia_x11
|
||||
lm_sensors # sensors
|
||||
fail2ban # fail2ban-client
|
||||
linuxPackages.nvidia_x11 # nvidia-smi
|
||||
smartmontools # smartctl
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue