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;