hosts/hyacinth: permit new openssl version

This commit is contained in:
LavaDesu 2023-12-15 22:36:15 +07:00
parent cdb565260b
commit e4a8dd89c7
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -43,6 +43,6 @@
# For steam fhs-env # For steam fhs-env
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1v" "openssl-1.1.1w"
]; ];
} }