diff --git a/systems/x86_64-linux/sgx/acme.nix b/systems/x86_64-linux/sgx/acme.nix index 8bda91f..273d153 100644 --- a/systems/x86_64-linux/sgx/acme.nix +++ b/systems/x86_64-linux/sgx/acme.nix @@ -17,7 +17,7 @@ credentialsFile = config.sops.secrets.internetbs.path; }; certs = { - "internal.hoyer.world" = { }; + "internal.hoyer.world" = { }; }; }; } diff --git a/systems/x86_64-linux/sgx/nginx.nix b/systems/x86_64-linux/sgx/nginx.nix index c8854f5..c79ace2 100644 --- a/systems/x86_64-linux/sgx/nginx.nix +++ b/systems/x86_64-linux/sgx/nginx.nix @@ -1,4 +1,9 @@ -{ pkgs, lib, config, ... }: +{ + pkgs, + lib, + config, + ... +}: { users.users.nginx.extraGroups = [ "acme" ]; services.nginx = {