nixos/httpd: code cleanup

This commit is contained in:
Aaron Andersen
2020-01-31 20:39:12 -05:00
parent 596e0fcb39
commit 01ccb67598
8 changed files with 101 additions and 107 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ in
};
virtualHost = mkOption {
type = types.submodule (import ../web-servers/apache-httpd/per-server-options.nix);
type = types.submodule (import ../web-servers/apache-httpd/vhost-options.nix);
example = literalExample ''
{ hostName = "example.org";
adminAddr = "webmaster@example.org";