From b0eb86793ee1913aa908f9b24950866be507fa85 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 19 Apr 2018 14:23:11 +0300 Subject: icingaweb2: 2.4.0 -> 2.5.1 --- modules/apps/icingaweb2.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/apps') diff --git a/modules/apps/icingaweb2.nix b/modules/apps/icingaweb2.nix index 0bb24fe..3881b75 100644 --- a/modules/apps/icingaweb2.nix +++ b/modules/apps/icingaweb2.nix @@ -41,7 +41,7 @@ let users = default [] (listOf str); groups = default [] (listOf str); permissions = mandatory (listOf permission); - objects = mandatory str; + objects = optional str; }; database = attrs { @@ -182,7 +182,6 @@ let mkdir -p '${cfg.configDir}/modules/monitoring' ln -sf '${pkgs.icingaweb2}/modules/monitoring' '${cfg.configDir}/enabledModules/monitoring' - ln -sf '${pkgs.icingaweb2}/modules/translation' '${cfg.configDir}/enabledModules/translation' ${genResourcesIni} > '${cfg.configDir}/resources.ini' ln -sf '${authenticationIni}' '${cfg.configDir}/authentication.ini' ln -sf '${configIni}' '${cfg.configDir}/config.ini' @@ -360,7 +359,6 @@ in { devops = { groups = [ "devops" ]; permissions = [ "module/*" "monitoring/command/*" ]; - objects = "*"; }; all = { groups = [ "all" ]; -- cgit v1.2.3