diff options
| author | seth <[email protected]> | 2024-02-07 18:03:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-07 18:27:45 -0500 |
| commit | cffffeb678e9a1078eeba0f19c9607cda9f31bed (patch) | |
| tree | 8b8f68aa357becad06845f15b7e528474041371c /systems/atlas/nginx.nix | |
| parent | 48712d44fde91d2685089cca7f9d88295fd59817 (diff) | |
modules/nixos+darwin: move to traits + archetypes model
Diffstat (limited to 'systems/atlas/nginx.nix')
| -rw-r--r-- | systems/atlas/nginx.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix index 03a6fc1..f1d7409 100644 --- a/systems/atlas/nginx.nix +++ b/systems/atlas/nginx.nix @@ -14,15 +14,15 @@ name: value: lib.nameValuePair "${name}.${config.networking.domain}" value ); in { - server.services.cloudflared.enable = true; - services.nginx = { enable = true; + recommendedBrotliSettings = true; recommendedGzipSettings = true; recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true; + recommendedZstdSettings = true; virtualHosts = toVHosts { miniflux = { |
