munin: with pkgs

This commit is contained in:
Yves Dubromelle
2017-02-25 15:44:02 +01:00
parent 8ef6642024
commit 2a2c0a56fe

View File

@@ -22,7 +22,7 @@ mkIf true {
enable = true;
};
systemd.services.munin-node = {
path = [ pkgs.munin pkgs.lm_sensors ];
path = with pkgs; [ munin lm_sensors ];
serviceConfig.TimeoutStartSec = "3min";
};