nixops: fix openssl permitted package

force-ssl-main-website
Sebastien Bourdeauducq 2023-06-01 10:08:15 +08:00
parent 5497d5d124
commit 7177c0c66a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ in
};
};
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1t"
"openssl-1.1.1u"
];
networking.hostName = host;