summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/atlas/nginx.nix9
1 files changed, 0 insertions, 9 deletions
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";