@cryptotaxi247 / infra / commits / 588870da

non-critical-infra/nginx: fix typo

Martin Weinelt committed Jan 3, 2025 at 03:21 UTC 588870da5af526bacff78031a76d10a45b9b127a
1 file changed +1 -1
non-critical-infra/modules/nginx.nix
+1 -1
@@ -7,7 +7,7 @@
7 };
8
9 # Grant nginx access to certificates
10 - systemd.services.nginx.serviceConfig.SupplementaryGroup = [ "acme" ];
10 + systemd.services.nginx.serviceConfig.SupplementaryGroups = [ "acme" ];
11
12 # Reload nginx after certificate renewal
13 security.acme.defaults.reloadServices = [ "nginx.service" ];