From aeff66293fe0c9dc9f064cb9918837ea6cab2b21 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 11 Sep 2023 04:48:44 -0600 Subject: [PATCH] trivios/web: fix permissions in /run/uwsgi --- triviOS/web.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/triviOS/web.nix b/triviOS/web.nix index 48c33f2..249e6fe 100644 --- a/triviOS/web.nix +++ b/triviOS/web.nix @@ -20,7 +20,8 @@ uwsgi = { enable = true; - group = "nginx"; + + user = "nginx"; plugins = [ "python3" ]; instance = {