feat(nginx): add config argument to SGX NGINX module

Introduce the `config` argument to the SGX NGINX module to enhance configurability and integration. This change allows for more flexible usage of configurations that may rely on system-level settings. It prepares the NGINX module for more complex future modifications or integrations.
This commit is contained in:
Harald Hoyer 2024-12-06 09:40:11 +01:00
parent 26dd34a84d
commit a4791bdb4f

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, lib, config, ... }:
{
users.users.nginx.extraGroups = [ "acme" ];
services.nginx = {