security-workarounds: let nginx run with libressl
This commit is contained in:
parent
a83dec755c
commit
d999eca919
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
with import <stockholm/lib>;
|
|
||||||
{
|
{
|
||||||
|
services.nginx.package = lib.mkDefault (pkgs.nginxStable.override { openssl = pkgs.libressl; });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user