do not set ep3-bs.user's home dir to cfg.stateDir
this resetted the permissions of cfg.stateDir on every boot, causing the http.group not being able to access it any more
This commit is contained in:
@@ -371,7 +371,7 @@ in
|
||||
users.users = mkIf (cfg.user == "ep3-bs") {
|
||||
ep3-bs = {
|
||||
description = "ep3-bs Service User";
|
||||
home = cfg.stateDir;
|
||||
#home = cfg.stateDir;
|
||||
group = "${cfg.group}";
|
||||
isNormalUser = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user