nixos/nginx: do not match pkgs.openresty as some modules like brotli add buildInputs (#540905)

This commit is contained in:
Ilan Joselevich
2026-07-14 11:39:18 +00:00
committed by GitHub
@@ -1617,8 +1617,7 @@ in
MemoryDenyWriteExecute =
!(
(builtins.any (mod: (mod.allowMemoryWriteExecute or false)) cfg.package.modules)
|| cfg.lua.enable
|| (cfg.package == pkgs.openresty)
|| (lib.getName cfg.package == "openresty")
);
RestrictRealtime = true;
RestrictSUIDSGID = true;