Skip to content
Commit e561edc3 authored by Domen Kožar's avatar Domen Kožar
Browse files

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.
parent 95021f06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment