nixos/logrotate: Specify type for config option

This commit is contained in:
Rickard Nilsson 2014-10-15 16:52:13 +02:00
parent 739025bd58
commit 2ffe274486

View file

@ -21,6 +21,7 @@ in
config = mkOption {
default = "";
type = type.lines;
description = ''
The contents of the logrotate config file
'';