nixpkgs/nixos/modules
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
..
config update-users-groups.pl: correctly guard duplicate uids for declarative users 2016-08-30 17:14:14 +02:00
hardware Merge branch 'master' into staging 2016-08-21 12:03:41 +01:00
i18n/input-method Merge pull request #15025 from ericsagnes/modules/manual 2016-08-28 13:57:34 +02:00
installer nixos-install: remove manifest related stuff 2016-08-24 16:09:30 +01:00
misc Merge pull request #15025 from ericsagnes/modules/manual 2016-08-28 13:57:34 +02:00
profiles documentation: fix start display-manager command 2016-07-04 10:25:31 +02:00
programs nixos/shadow: setuid wrappers for new{uid,gid}map 2016-08-19 14:59:33 +02:00
security nixos manual: move chapter on grsecurity to auto-generated module docs 2016-08-29 23:48:12 +02:00
services Merge pull request #18104 from ericsagnes/feat/nixos-manual-gen-cleanup 2016-08-30 10:35:18 +02:00
system Merge branch 'master' into staging 2016-08-28 13:33:13 +01:00
tasks nixos/cpu-freq: list correct default governor in description 2016-08-28 17:14:37 -05:00
testing KDE test: Bump kdm start timeout 2016-05-27 11:22:27 +02:00
virtualisation nixos/containers: Process config like toplevel options (#17365) 2016-08-29 18:25:50 +02:00
module-list.nix ferm: init at 2.3 2016-08-25 21:37:19 +02:00
rename.nix nixos/modules/rename.nix: fix eval error 2016-08-28 14:47:24 +01:00