* re-indent per-server-options.nix content.

svn path=/nixos/trunk/; revision=18106
This commit is contained in:
Nicolas Pierron 2009-11-04 17:00:48 +00:00
parent 063224bc84
commit ff1d9969fb

View File

@ -8,9 +8,7 @@
let
inherit (pkgs.lib) mkOption addDefaultOptionValues;
perServerOptions = {forMainServer}:
# !!! The following have to be re-indent later.
{
perServerOptions = {forMainServer}: {
hostName = mkOption {
default = "localhost";