Use Insecure OpenSSL

master
David Crompton 2023-08-01 10:46:41 -04:00
parent ff9461e7ae
commit 6bd30d508f
1 changed files with 4 additions and 0 deletions

View File

@ -10,4 +10,8 @@
];
initialHashedPassword = "$y$j9T$mIMzeLognQ/P1ZkW2t1ta/$.gfijZOp9BgaxZbi1PllzYERIIEOSk4m2fojZdZUCk.";
};
# Github desktop uses this to be deprecated package, do it anyways:
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1u"
];
}