about summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/lighttpd/default.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-06-08 21:55:47 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-07-14 20:37:25 +0200
commit407b56986e1915847f4526ffb9aa9465c73f746f (patch)
tree655546176edb7d47bfb2dc8a0a15dd7fa0b066c3 /nixos/modules/services/web-servers/lighttpd/default.nix
parentaf7c7b42c137b65a6d12de63544cad400de636f5 (diff)
nixos/lighttpd: fix indent (tab -> space)
Diffstat (limited to 'nixos/modules/services/web-servers/lighttpd/default.nix')
-rw-r--r--nixos/modules/services/web-servers/lighttpd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/lighttpd/default.nix b/nixos/modules/services/web-servers/lighttpd/default.nix
index 84cd0a4095d92..8c3f7b219acf0 100644
--- a/nixos/modules/services/web-servers/lighttpd/default.nix
+++ b/nixos/modules/services/web-servers/lighttpd/default.nix
@@ -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.