about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-09-15 14:23:37 +0200
committerProfpatsch <mail@profpatsch.de>2023-09-15 14:23:37 +0200
commit6b3d04451c4ba1e2a81b597016aaff141cd70a4a (patch)
tree9d1ad20773b098f4e156c926b7b577306a20e958 /machines
parent2bce3e4ea706403d67448a15eca412c64358b3aa (diff)
Revert "machines/legosi: move to openssl 1.1 in nginx for now"
This reverts commit e08ff60d61bb18dcd14a47f2ee6dec66ad8cbd91.

The CVE fixes have long been upstreamed.
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/legosi.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index 75b4ec71..384ce01b 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -157,9 +157,6 @@ in {
 
     services.nginx = {
       enable = true;
-      package = pkgs.nginx.override {
-        openssl = pkgs.openssl_1_1;
-      };
       recommendedGzipSettings = true;
       recommendedOptimisation = true;
       virtualHosts.${"profpatsch.de"} = {