From 42c144cac8e3bbd06269f5dd4442580a1f168966 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 14 Aug 2020 08:45:52 -0300 Subject: Don't make lighttpd the user owner of $GIT_ROOT --- vps-configuration.env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vps-configuration.env.nix') diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index a08e50e..1c954c2 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -177,7 +177,7 @@ in { wantedBy = [ "multi-user.target" ]; script = '' mkdir -p ${envsubstConfiguration.gitRoot} - chown -R lighttpd:users ${envsubstConfiguration.gitRoot} + chown -R andreh:lighttpd ${envsubstConfiguration.gitRoot} chmod -R 770 ${envsubstConfiguration.gitRoot} ''; serviceConfig = { -- cgit v1.2.3