munin: ajout dépendances sur 'sensors'

This commit is contained in:
2017-01-27 19:30:04 +01:00
parent d7f2b4fd38
commit 0b08c7dbd0

View File

@@ -21,7 +21,10 @@ mkIf true {
services.munin-node = {
enable = true;
};
systemd.services.munin-node.serviceConfig.TimeoutStartSec = "3min";
systemd.services.munin-node = {
path = [ pkgs.munin pkgs.lm_sensors ];
serviceConfig.TimeoutStartSec = "3min";
};
## Munin server -- generate /var/www/munin
services.munin-cron = {