Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e561edc322d275c3687fec431935095cfc717147
      
https://github.com/NixOS/nixpkgs/commit/e561edc322d275c3687fec431935095cfc717147
  Author: Domen Kožar <do...@dev.si>
  Date:   2016-08-30 (Tue, 30 Aug 2016)

  Changed paths:
    M nixos/modules/config/update-users-groups.pl

  Log Message:
  -----------
  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.


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to