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:
2023-03-27 12:39:07 +02:00
parent 74c62b7deb
commit 3e084e3db8

View File

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