From 738d3d1cd924434ac4f619835bb35f4105fd96f0 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Thu, 4 Dec 2025 14:52:18 +0100 Subject: [PATCH 1/3] nginx pkg can do http3 now --- services/nginx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/nginx.nix b/services/nginx.nix index d1e16a6..d64c64b 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -6,7 +6,6 @@ in { services.nginx = { enable = true; - package = pkgs.nginxQuic; resolver.addresses = [ "[2606:4700:4700::1111]" "[2620:fe::fe]" From 97d132c9e637def84f8cdfc4f530cc9ca1b9ff9a Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Thu, 4 Dec 2025 14:53:09 +0100 Subject: [PATCH 2/3] update to nixos 25.11 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a101a9b..3c84b12 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Matrix server for CCCB"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; #flake-utils.url = "github:numtide/flake-utils"; agenix = { url = "github:ryantm/agenix"; From c2515ce69c023a18cf48300f73059e5a588f43fb Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Thu, 4 Dec 2025 14:54:33 +0100 Subject: [PATCH 3/3] disable zstd --- services/nginx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/nginx.nix b/services/nginx.nix index d64c64b..314e487 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -16,7 +16,6 @@ in sslProtocols = "TLSv1.3"; recommendedTlsSettings = true; recommendedOptimisation = true; - recommendedZstdSettings = true; recommendedGzipSettings = true; recommendedBrotliSettings = true; virtualHosts."${fqdn}" = {