github-hosts-sync: fix deprecated user definition

This commit is contained in:
lassulus 2020-11-03 20:40:28 +01:00
parent bd1c82c769
commit 88b343292b

View File

@ -62,8 +62,8 @@ let
};
};
users.extraUsers = singleton {
inherit (user) name uid;
users.users.${user.name} = {
inherit (user) uid;
home = cfg.dataDir;
};
};