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