Merge pull request #64412 from davidtwco/lidarr/fix-home

nixos/lidarr: re-add home attribute
This commit is contained in:
Elis Hirwing 2019-07-07 21:35:06 +02:00 committed by GitHub
commit 3b354cc037
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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