nixos/lidarr: re-add home attribute

This was accidentally removed in a previous PR and broke things.
This commit is contained in:
David Wood 2019-07-07 12:31:28 +01:00
parent 5510c82fde
commit e2247dceb3
No known key found for this signature in database
GPG Key ID: 2592E76C87381FD9
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ in
users.users = mkIf (cfg.user == "lidarr") {
lidarr = {
group = cfg.group;
home = "/var/lib/lidarr";
uid = config.ids.uids.lidarr;
};
};