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 { users.users.${user.name} = {
inherit (user) name uid; inherit (user) uid;
home = cfg.dataDir; home = cfg.dataDir;
}; };
}; };