summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-12-14 12:00:49 +0530
committersinanmohd <sinan@sinanmohd.com>2025-12-14 12:00:49 +0530
commit31710eb57ef0c97f6100e1c0f140848503a50751 (patch)
treeb81b8a424f6b01441834c3cb354ecef669664b5e /os
parentad10514ede50ce100b209bddc7d972e2398604ba (diff)
chore(kay/www): update nginx package
Diffstat (limited to 'os')
-rw-r--r--os/kay/modules/internal/www.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/kay/modules/internal/www.nix b/os/kay/modules/internal/www.nix
index dd0a1ef..dc97487 100644
--- a/os/kay/modules/internal/www.nix
+++ b/os/kay/modules/internal/www.nix
@@ -1,6 +1,5 @@
{
config,
- pkgs,
lib,
...
}:
@@ -33,7 +32,6 @@ in
services.nginx = {
enable = true;
statusPage = true;
- package = pkgs.nginxQuic;
enableQuicBPF = true;
recommendedTlsSettings = true;