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