From 301581e073d36641c426df4d581d3d4c167cd891 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: Tue, 11 Mar 2025 18:35:53 +0700 Subject: [PATCH] nixos/h2o: typo --- nixos/modules/services/web-servers/h2o/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-servers/h2o/default.nix b/nixos/modules/services/web-servers/h2o/default.nix index 602e07dbafbb..738bec5a80f5 100644 --- a/nixos/modules/services/web-servers/h2o/default.nix +++ b/nixos/modules/services/web-servers/h2o/default.nix @@ -351,7 +351,7 @@ in "hydra.example.com" = { tls = { policy = "force"; - indentity = [ + identity = [ { key-file = "/path/to/key"; certificate-file = "/path/to/cert";