From 2deea9c80bd35f1aad01386577d60d199259cfbb Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 26 Dec 2021 13:46:17 -0500 Subject: [PATCH] enable nginx within group better Signed-off-by: Xe --- common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index f1926f4..1224734 100644 --- a/common/default.nix +++ b/common/default.nix @@ -49,7 +49,7 @@ dnssec = "false"; }; - services.nginx.group = "within"; + systemd.services.nginx.serviceConfig.SupplementaryGroups = "within"; users.groups.within = { }; systemd.services."within.homedir-setup" = {