Commit 106d3395 authored by toastal's avatar toastal
Browse files

nixos/h2o: virtual host settings default to empty

parent 00c6a2ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ in

    settings = mkOption {
      type = types.attrs;
      default = { };
      description = ''
        Attrset to be transformed into YAML for host config. Note that the HTTP
        / TLS configurations will override these config values.