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; [
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue