Fix zabbix-server.nix.

svn path=/nixos/branches/fix-style/; revision=13374
This commit is contained in:
Nicolas Pierron 2008-11-23 01:28:25 +00:00
parent 9c751d377d
commit a63ea50ee9
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -81,7 +81,7 @@ let
};
ifEnable = pkgs.lib.ifEnable config.services.zabbixServer.enable
ifEnable = pkgs.lib.ifEnable config.services.zabbixServer.enable;
in
{