From 3b2a1241d5e23b71009db5a5a7e962a317e436ee Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 8 Feb 2024 21:03:30 -0500 Subject: archetypes/server: enable nginx trait by default --- systems/atlas/nginx.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'systems/atlas/nginx.nix') diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix index f1d7409..29c76e8 100644 --- a/systems/atlas/nginx.nix +++ b/systems/atlas/nginx.nix @@ -15,15 +15,6 @@ ); in { services.nginx = { - enable = true; - - recommendedBrotliSettings = true; - recommendedGzipSettings = true; - recommendedOptimisation = true; - recommendedProxySettings = true; - recommendedTlsSettings = true; - recommendedZstdSettings = true; - virtualHosts = toVHosts { miniflux = { locations = mkProxy "/" "7000"; -- cgit v1.2.3