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"; }; }; };