nixos/lighttpd: fix indent (tab -> space)

This commit is contained in:
Bjørn Forsman 2017-06-08 21:55:47 +02:00
parent af7c7b42c1
commit 407b56986e

View file

@ -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.