From 5962edadedf5908fd631a9e45677cc7f7dd5992e Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 13 Mar 2024 18:21:01 -0500 Subject: [PATCH] Update user/group. --- nixos/gandalf/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index f440381..d861fca 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -94,8 +94,8 @@ "guest ok" = "no"; "create mask" = "0644"; "directory mask" = "0755"; - "force user" = "33"; - "force group" = "33"; + "force user" = "www-data"; + "force group" = "www-data"; }; }; };