Skip to content

Commit 106d339

Browse files
committed
nixos/h2o: virtual host settings default to empty
1 parent 00c6a2f commit 106d339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/services/web-servers/h2o/vhost-options.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ in
195195

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

0 commit comments

Comments
 (0)