summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-08 21:03:30 -0500
committerseth <[email protected]>2024-02-09 01:17:16 -0500
commit3b2a1241d5e23b71009db5a5a7e962a317e436ee (patch)
tree1285d67aaba4703b4b4fd597a4e5902cd9593ec4 /systems/atlas
parent345c9c4f28f2232bddc0a5db2646e7206a1f4c58 (diff)
archetypes/server: enable nginx trait by default
Diffstat (limited to 'systems/atlas')
-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";