From 135d6776905bd92433a5c2d74d6f550beb59bfbb Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Thu, 16 Oct 2014 08:20:43 +0200 Subject: [PATCH] nixos/logrotate: Fix spelling mistake --- nixos/modules/services/logging/logrotate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/logging/logrotate.nix b/nixos/modules/services/logging/logrotate.nix index ec5f2e9add0..0186452de95 100644 --- a/nixos/modules/services/logging/logrotate.nix +++ b/nixos/modules/services/logging/logrotate.nix @@ -21,7 +21,7 @@ in config = mkOption { default = ""; - type = type.lines; + type = types.lines; description = '' The contents of the logrotate config file '';