From edf4ba07eea2d60b6d8839d81d4dc307289a6c41 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 5 Jun 2023 03:12:09 +0200 Subject: [PATCH] nginx: switch to nginx as package --- hosts/architect/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/nginx.nix b/hosts/architect/nginx.nix index 3a44116..a0b1bab 100644 --- a/hosts/architect/nginx.nix +++ b/hosts/architect/nginx.nix @@ -8,7 +8,7 @@ services.nginx = { enable = true; - package = pkgs.openresty; + package = pkgs.nginx; recommendedGzipSettings = true; recommendedOptimisation = true; recommendedProxySettings = true;