diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-16 13:46:03 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-16 13:46:03 +0530 |
commit | 154f21d0d8a00733755fa7fc869e26729333b1d8 (patch) | |
tree | 246054832a5d7608cb55ddc2e5b71c1b766f0e59 /hosts/kay/modules/www.nix | |
parent | 22d76c0e6225615195a575deb6701dc5d84df057 (diff) |
kay/www: enable QUIC connection migration
Diffstat (limited to 'hosts/kay/modules/www.nix')
-rw-r--r-- | hosts/kay/modules/www.nix | 1 |
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; |