nixos/lidarr: re-add home attribute
This was accidentally removed in a previous PR and broke things.
This commit is contained in:
parent
5510c82fde
commit
e2247dceb3
|
@ -68,6 +68,7 @@ in
|
|||
users.users = mkIf (cfg.user == "lidarr") {
|
||||
lidarr = {
|
||||
group = cfg.group;
|
||||
home = "/var/lib/lidarr";
|
||||
uid = config.ids.uids.lidarr;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue