From 92c38cde7821031de63e2c8b8cd7c2f629685da0 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 23:07:09 +0200 Subject: [PATCH] d --- nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.nix b/nginx.nix index 69b8a17..3a71080 100644 --- a/nginx.nix +++ b/nginx.nix @@ -53,9 +53,9 @@ CF_DNS_API_TOKEN_FILE=/run/secrets/cloudflare-dns-api-token ''}"; webroot = null; - group = "nginx"; }; }; + users.users.nginx.extraGroups = [ "acme" ]; networking.firewall.allowedTCPPorts = [ 443 80 ]; }