From 2ffe274486679965f3a608a65453396fd2e0b393 Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Wed, 15 Oct 2014 16:52:13 +0200 Subject: [PATCH] nixos/logrotate: Specify type for config option --- nixos/modules/services/logging/logrotate.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/logging/logrotate.nix b/nixos/modules/services/logging/logrotate.nix index 6887ab1e805..ec5f2e9add0 100644 --- a/nixos/modules/services/logging/logrotate.nix +++ b/nixos/modules/services/logging/logrotate.nix @@ -21,6 +21,7 @@ in config = mkOption { default = ""; + type = type.lines; description = '' The contents of the logrotate config file '';