Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created May 13, 2020 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/318ad2e360f1df8853fc99085ce1ae75 to your computer and use it in GitHub Desktop.
Save LnL7/318ad2e360f1df8853fc99085ce1ae75 to your computer and use it in GitHub Desktop.
diff --git a/configuration.nix b/configuration.nix
index 5a4f38e..174967c 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -41,6 +41,7 @@ with lib;
environment.systemPackages =
[ # Custom packages.
+ pkgs.openssl_1_0_2
];
environment.pathsToLink = [ "/lib/pam" ];
@@ -68,9 +69,9 @@ with lib;
'';
+ nixpkgs.config.permittedInsecurePackages = [
+ "openssl-1.0.2u"
+ ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment