box: allow openssl-1.1.1w for now

This commit is contained in:
Aaron Bieber 2023-12-13 11:07:59 -07:00
parent c4a7bf6f53
commit 3c75e08a81
No known key found for this signature in database

View File

@ -1,11 +1,12 @@
{ inputs
, config
{ config
, lib
, pkgs
, isUnstable
, xinlib
, ...
}:
let
inherit (xinlib) todo;
#photoPrismTag = "220901-bullseye";
httpCacheTime = "720m";
httpAllow = ''
@ -189,7 +190,12 @@ in
};
nixpkgs = {
config.allowUnfree = true;
config = {
allowUnfree = true;
permittedInsecurePackages = todo "figure out what is using openssl-1.1.1w" [
"openssl-1.1.1w"
];
};
#overlays = [
# (_: _: {
# inherit (inputs.unstable.legacyPackages.${pkgs.system}) home-assistant;