munin: EXPERIMENTAL est membre du groupe postfix pour grapher les mails

This commit is contained in:
2017-04-11 01:06:57 +02:00
parent f16e4d8934
commit 184de980a5

View File

@@ -27,6 +27,10 @@ mkIf true {
path = with pkgs; [ munin lm_sensors ];
serviceConfig.TimeoutStartSec = "3min";
};
users.extraUsers.munin = {
#extraGroups = [ "postfix" "root" ];
extraGroups = [ "postfix" ];
};
## Munin server -- generate /var/www/munin
services.munin-cron = {