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
1 changed files with 1 additions and 1 deletions

View File

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