Loading nixos/modules/services/web-servers/h2o/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,9 @@ let ssl = (lib.recursiveUpdate tlsRecAttrs value.tls.extraSettings) // { inherit identity; }; } // lib.optionalAttrs (value.host != null) { host = value.host; }; }; }; Loading nixos/modules/services/web-servers/h2o/vhost-options.nix +9 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,15 @@ in ''; }; host = mkOption { type = types.nullOr types.nonEmptyStr; default = null; example = "127.0.0.1"; description = '' Set the host address for this virtual host. ''; }; http = mkOption { type = types.nullOr ( types.submodule { Loading Loading
nixos/modules/services/web-servers/h2o/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,9 @@ let ssl = (lib.recursiveUpdate tlsRecAttrs value.tls.extraSettings) // { inherit identity; }; } // lib.optionalAttrs (value.host != null) { host = value.host; }; }; }; Loading
nixos/modules/services/web-servers/h2o/vhost-options.nix +9 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,15 @@ in ''; }; host = mkOption { type = types.nullOr types.nonEmptyStr; default = null; example = "127.0.0.1"; description = '' Set the host address for this virtual host. ''; }; http = mkOption { type = types.nullOr ( types.submodule { Loading