Force the clamav homedir
This commit is contained in:
parent
306087355c
commit
7b318d0aaf
|
@ -24,7 +24,7 @@ in {
|
||||||
users.clamav = {
|
users.clamav = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
uid = config.ids.uids.clamav;
|
uid = config.ids.uids.clamav;
|
||||||
home = cfg.clamav.state-directory;
|
home = mkForce cfg.clamav.state-directory;
|
||||||
description = "ClamAV daemon user";
|
description = "ClamAV daemon user";
|
||||||
group = "clamav";
|
group = "clamav";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue