munin: with pkgs

pull/7/head
Yves Dubromelle 8 years ago
parent 8ef6642024
commit 2a2c0a56fe

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

Loading…
Cancel
Save