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