From c9638dbbcd47e61602a0006814de302bf1205ace Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 21 Dec 2023 16:21:32 -0700 Subject: [PATCH] [NixOS] Allow openssl-1.1.1w --- nixos/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/base.nix b/nixos/base.nix index b954951f..fbb493e4 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -5,6 +5,7 @@ makeEnable config "modules.base" true { "electron-12.2.3" "etcher" "electron-19.1.9" + "openssl-1.1.1w" ]; # Disabling these waits disables the stuck on boot up issue