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; [ environment.systemPackages = with pkgs; [
lm_sensors lm_sensors
telegraf telegraf
smartmontools
]; ];
# Allow telegraf to talk to other executables it requires: # Allow telegraf to talk to other executables it requires:
systemd.services.telegraf = { systemd.services.telegraf = {
path = with pkgs; [ path = with pkgs; [
lm_sensors lm_sensors # sensors
fail2ban fail2ban # fail2ban-client
# nvidia-smi linuxPackages.nvidia_x11 # nvidia-smi
linuxPackages.nvidia_x11 smartmontools # smartctl
]; ];
}; };