summaryrefslogtreecommitdiff
path: root/hosts/surtr/http.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/http.nix')
-rw-r--r--hosts/surtr/http.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix
index a7b61d81..a17f846e 100644
--- a/hosts/surtr/http.nix
+++ b/hosts/surtr/http.nix
@@ -10,7 +10,7 @@
10 10
11 services.nginx = { 11 services.nginx = {
12 enable = true; 12 enable = true;
13 package = pkgs.nginxQuic; 13 # package = pkgs.nginxQuic;
14 recommendedGzipSettings = true; 14 recommendedGzipSettings = true;
15 recommendedProxySettings = true; 15 recommendedProxySettings = true;
16 recommendedTlsSettings = true; 16 recommendedTlsSettings = true;