From ba21bbcb41e7463344b93e437be6523e275d747b Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Mon, 5 Dec 2022 21:19:48 +0100 Subject: [PATCH] nginx fix --- nixos-modules/services/nginx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos-modules/services/nginx.nix b/nixos-modules/services/nginx.nix index 325100c8..0cf37784 100644 --- a/nixos-modules/services/nginx.nix +++ b/nixos-modules/services/nginx.nix @@ -13,7 +13,6 @@ in networking.firewall.allowedTCPPorts = [ 80 443 ]; services.nginx = { enable = true; - package = (pkgs.nginxStable.override { openssl = pkgs.openssl_1_1; }); recommendedProxySettings = true; recommendedTlsSettings = true; recommendedGzipSettings = true;