From 47cfdaf5f76b40d7b3801bd5d25b7b454f2e58e8 Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 26 Dec 2021 13:39:52 -0500 Subject: [PATCH] enable nginx within group 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 89543e6..f1926f4 100644 --- a/common/default.nix +++ b/common/default.nix @@ -49,7 +49,7 @@ dnssec = "false"; }; - services.nginx.extraGroups = ["within"]; + services.nginx.group = "within"; users.groups.within = { }; systemd.services."within.homedir-setup" = {