From 9be6c7b78f2a668aa1edcafa25c3dd1ba8ae6ad7 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 30 Apr 2017 14:42:55 +0300 Subject: (* BREAKING *) Avoid ambiguous options "either foo (listOf foo)" was not very useful and interfered proper merging. --- modules/apps/php-fpm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apps/php-fpm.nix') diff --git a/modules/apps/php-fpm.nix b/modules/apps/php-fpm.nix index 8501208..98628b9 100644 --- a/modules/apps/php-fpm.nix +++ b/modules/apps/php-fpm.nix @@ -30,7 +30,7 @@ let in { name = instance; value = { - files = "${cfg.logDir}/*.log"; + files = [ "${cfg.logDir}/*.log" ]; directives = { delaycompress = mkDefault true; missingok = mkDefault true; -- cgit v1.2.3