From 2a2c0a56feeb2ce05e28c88f2baa7f0c275eda0d Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sat, 25 Feb 2017 15:44:02 +0100 Subject: [PATCH] munin: with pkgs --- public/service-monitoring-munin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/service-monitoring-munin.nix b/public/service-monitoring-munin.nix index 586ca1e..9ff6feb 100644 --- a/public/service-monitoring-munin.nix +++ b/public/service-monitoring-munin.nix @@ -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"; };