use libressl

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-10-30 09:30:54 -04:00
parent 914a791584
commit 2d5c17892d
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@
home-manager.useUserPackages = true;
nixpkgs.overlays = [
emacs-overlay.overlay
(super: final: {
nginxStable = super.nginxStable.override { openssl = super.openssl_1_1; };
(self: super: {
nginxStable = super.nginxStable.override { openssl = super.libressl; };
})
];
})