Domen Kožar e561edc322 update-users-groups.pl: correctly guard duplicate uids for declarative users
Verified that following nixos configuration:

    users.users.foo = {
      uid = 1000;
      name = "foo";
    };
    users.users.bar = {
      name = "bar";
    };

Before this commit both users will get uid of 1000, after it's applied
bar will correctly get 1001.
2016-08-30 17:14:14 +02:00
..
2016-08-20 03:21:05 +03:00
2016-07-08 12:52:39 +03:00
2016-08-23 21:12:51 +02:00
2016-02-27 22:25:39 +13:00
2016-08-19 17:56:49 +03:00