ma tools/studio: whitelist openssl_1.0.2

This commit is contained in:
makefu 2020-04-22 09:31:38 +02:00
parent 2a84f65e4a
commit 18b3df8741
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,6 +1,9 @@
{ pkgs, ... }:
{
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.0.2u" # required for studio-link
];
users.users.makefu.packages = with pkgs; [
obs-studio
studio-link