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;