nixos/h2o: use { } for settings default

This commit is contained in:
โทสฺตัล
2025-02-24 15:06:33 +07:00
parent e7cf87f304
commit 760102b995
@@ -138,6 +138,7 @@ in
settings = mkOption {
type = settingsFormat.type;
default = { };
description = "Configuration for H2O (see <https://h2o.examp1e.net/configure.html>)";
};