From 760102b9958c4869f32eadb565c7e6bc25754939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B9=82=E0=B8=97=E0=B8=AA=E0=B8=BA=E0=B8=95=E0=B8=B1?= =?UTF-8?q?=E0=B8=A5?= Date: Thu, 20 Feb 2025 15:29:15 +0700 Subject: [PATCH] nixos/h2o: use { } for settings default --- nixos/modules/services/web-servers/h2o/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-servers/h2o/default.nix b/nixos/modules/services/web-servers/h2o/default.nix index 7e021281f91a..896736f5c57a 100644 --- a/nixos/modules/services/web-servers/h2o/default.nix +++ b/nixos/modules/services/web-servers/h2o/default.nix @@ -138,6 +138,7 @@ in settings = mkOption { type = settingsFormat.type; + default = { }; description = "Configuration for H2O (see )"; };