Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Disallow openssl-1.0.2u (was unused - luckily)
Browse files Browse the repository at this point in the history
  • Loading branch information
knedlsepp committed Nov 1, 2022
1 parent 489b78a commit 7e63840
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ in {
nixpkgs.overlays = [ ];
time.timeZone = "Europe/Vienna";

nixpkgs.config.permittedInsecurePackages = [
"openssl-1.0.2u"
];

nixpkgs.config.allowUnfree = true;
nixpkgs.config.packageOverrides = super: let self = super.pkgs; in {
};
Expand Down

0 comments on commit 7e63840

Please sign in to comment.