Fix zabbix-server.nix.
svn path=/nixos/branches/fix-style/; revision=13374
This commit is contained in:
parent
9c751d377d
commit
a63ea50ee9
@ -3083,7 +3083,7 @@ root ALL=(ALL) SETENV: ALL
|
||||
|
||||
# services
|
||||
(import ../upstart-jobs/zabbix-agent.nix)
|
||||
(import ../upstart-jobs/zabbix-server.nix.nix)
|
||||
(import ../upstart-jobs/zabbix-server.nix)
|
||||
(import ../upstart-jobs/disnix.nix)
|
||||
(import ../upstart-jobs/cron.nix)
|
||||
(import ../upstart-jobs/cron/locate.nix)
|
||||
|
@ -81,7 +81,7 @@ let
|
||||
|
||||
};
|
||||
|
||||
ifEnable = pkgs.lib.ifEnable config.services.zabbixServer.enable
|
||||
ifEnable = pkgs.lib.ifEnable config.services.zabbixServer.enable;
|
||||
in
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user