github-hosts-sync: fix deprecated user definition
This commit is contained in:
parent
bd1c82c769
commit
88b343292b
|
@ -62,8 +62,8 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
users.extraUsers = singleton {
|
||||
inherit (user) name uid;
|
||||
users.users.${user.name} = {
|
||||
inherit (user) uid;
|
||||
home = cfg.dataDir;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue