* re-indent per-server-options.nix content.
svn path=/nixos/trunk/; revision=18106
This commit is contained in:
parent
063224bc84
commit
ff1d9969fb
@ -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";
|
||||
@ -140,7 +138,7 @@ let
|
||||
";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
vhostOptions = perServerOptions {
|
||||
|
Loading…
x
Reference in New Issue
Block a user