1
0
Fork 0

desktop: openssl workaround

This commit is contained in:
Sebastien Bourdeauducq 2023-11-07 20:39:10 +08:00
parent 351229b866
commit 40b29da7bd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ in
};
};
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1v"
"openssl-1.1.1w"
];
networking.hostName = host;