nixos/logrotate: Fix spelling mistake
This commit is contained in:
@@ -21,7 +21,7 @@ in
|
||||
|
||||
config = mkOption {
|
||||
default = "";
|
||||
type = type.lines;
|
||||
type = types.lines;
|
||||
description = ''
|
||||
The contents of the logrotate config file
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user