about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-11-01 19:30:01 +0100
committerProfpatsch <mail@profpatsch.de>2022-11-01 19:30:01 +0100
commite08ff60d61bb18dcd14a47f2ee6dec66ad8cbd91 (patch)
tree8afc739095751c76e86ec8cf9151897880e2e165
parentc8470ed39e05452df71eb8f67f45cf349dc9df5c (diff)
machines/legosi: move to openssl 1.1 in nginx for now
CVE patch is out already, but let’s wait until upstream has all the
patches.
-rw-r--r--machines/profpatsch/legosi.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index 72fc2b46..683e114a 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -157,6 +157,9 @@ in {
 
     services.nginx = {
       enable = true;
+      package = pkgs.nginx.override {
+        openssl = pkgs.openssl_1_1;
+      };
       recommendedGzipSettings = true;
       recommendedOptimisation = true;
       virtualHosts.${"profpatsch.de"} = {