summaryrefslogtreecommitdiff
path: root/hosts/kay/modules
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/kay/modules')
-rw-r--r--hosts/kay/modules/www.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kay/modules/www.nix b/hosts/kay/modules/www.nix
index 671587b..ba192fb 100644
--- a/hosts/kay/modules/www.nix
+++ b/hosts/kay/modules/www.nix
@@ -27,6 +27,7 @@ in
services.nginx = {
enable = true;
package = pkgs.nginxQuic;
+ enableQuicBPF = true;
recommendedTlsSettings = true;
recommendedZstdSettings = true;