test
This commit is contained in:
parent
27ff78cbef
commit
54c4b73301
2 changed files with 4 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
and work product are private and confidential. See User
|
||||
Agreement for details.
|
||||
|
||||
--
|
||||
--
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -11,13 +11,15 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
lm_sensors
|
||||
telegraf
|
||||
fail2ban
|
||||
];
|
||||
|
||||
# Allow telegraf to talk to other executables it requires:
|
||||
systemd.services.telegraf = {
|
||||
path = with pkgs; [
|
||||
lm_sensors
|
||||
fail2ban
|
||||
# nvidia-smi
|
||||
linuxPackages.nvidia_x11
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue