From f62be4b2bd338d43fe5a36e815a6268e2a6933d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 23 Sep 2022 19:36:52 +0100 Subject: [PATCH] fix caddy config, broken due to https://github.com/caddyserver/caddy/pull/4707 --- config/services/caddy/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/services/caddy/default.nix b/config/services/caddy/default.nix index 90bf0d45..2c175377 100644 --- a/config/services/caddy/default.nix +++ b/config/services/caddy/default.nix @@ -6,11 +6,6 @@ _: { admin off storage file_system /var/lib/caddy auto_https disable_certs - servers { - protocol { - experimental_http3 - } - } ''; extraConfig = '' (baseConfig) {