From fd517e95ce97f37ae2225b2dcad27af92d9b2e01 Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 26 Dec 2021 13:38:26 -0500 Subject: [PATCH] enable nginx within group Signed-off-by: Xe --- common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/default.nix b/common/default.nix index 75bb165..89543e6 100644 --- a/common/default.nix +++ b/common/default.nix @@ -49,6 +49,8 @@ dnssec = "false"; }; + services.nginx.extraGroups = ["within"]; + users.groups.within = { }; systemd.services."within.homedir-setup" = { description = "Creates homedirs for /srv/within services";