From dfb2bc857bb3ab28433eb3c76685481947d49e34 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 29 Jan 2021 18:56:05 +0100 Subject: [PATCH] nixos/acme: fix docs --- nixos/modules/security/acme.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/security/acme.xml b/nixos/modules/security/acme.xml index f9b1449e53d2..a78ff05f2eaa 100644 --- a/nixos/modules/security/acme.xml +++ b/nixos/modules/security/acme.xml @@ -119,7 +119,7 @@ services.nginx = { # /var/lib/acme/.challenges must be writable by the ACME user # and readable by the Nginx user. The easiest way to achieve # this is to add the Nginx user to the ACME group. -users.users.nginx.extraGroups = [ "acme" ]; +users.users.nginx.extraGroups = [ "acme" ]; services.nginx = { enable = true; @@ -137,7 +137,7 @@ services.nginx = { }; } # Alternative config for Apache -users.users.wwwrun.extraGroups = [ "acme" ]; +users.users.wwwrun.extraGroups = [ "acme" ]; services.httpd = { enable = true; virtualHosts = {