diff --git a/configuration/default.nix b/configuration/default.nix index 9c0ce68..f5d68fb 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -25,10 +25,6 @@ pkgs = prev; lib = prev.lib; }; - - # Mitigate - # https://mta.openssl.org/pipermail/openssl-announce/2022-October/000238.html - nginxStable = prev.nginxStable.override {openssl = prev.openssl_1_1;}; }) ];