From 465392e82fc4d5282a711336a96373b6c7ad2cdf Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 7 Mar 2023 08:51:09 +0100 Subject: [PATCH] sail: Enable KTLS for mastodon-cdn --- system/nixos/mastodon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/nixos/mastodon.nix b/system/nixos/mastodon.nix index ec3ce0e..b1db9ac 100644 --- a/system/nixos/mastodon.nix +++ b/system/nixos/mastodon.nix @@ -114,6 +114,7 @@ in services.nginx.virtualHosts."mastodon-cdn.kempkens.io" = { http3 = true; + kTLS = true; root = "${config.services.mastodon.package}/public/"; forceSSL = true;