This commit is contained in:
iFargle 2023-07-05 21:26:30 +09:00
parent 54c4b73301
commit 79571cd59f

View file

@ -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
];
};