nixos/lighttpd: fix indent (tab -> space)
This commit is contained in:
parent
af7c7b42c1
commit
407b56986e
|
@ -177,7 +177,7 @@ in
|
|||
configText = mkOption {
|
||||
default = "";
|
||||
type = types.lines;
|
||||
example = ''...verbatim config file contents...'';
|
||||
example = ''...verbatim config file contents...'';
|
||||
description = ''
|
||||
Overridable config file contents to use for lighttpd. By default, use
|
||||
the contents automatically generated by NixOS.
|
||||
|
|
Loading…
Reference in New Issue