1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-23 00:56:55 -04:00
nixpkgs/nixos/modules/config
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
..
fonts freetype: re-add infinality patches 2016-08-20 03:21:05 +03:00
debug-info.nix
gnu.nix Revert "Remove lsh, broken & unmaintained" 2016-08-23 15:32:41 +00:00
i18n.nix
krb5.nix
ldap.nix ldap: Add option for NSS integration 2016-08-23 21:12:51 +02:00
networking.nix
no-x-libs.nix
nsswitch.nix ldap: Add option for NSS integration 2016-08-23 21:12:51 +02:00
power-management.nix
pulseaudio.nix nixos/pulseaudio: remove stray load-modules 2016-08-25 19:34:57 +02:00
shells-environment.nix
swap.nix
sysctl.nix
system-environment.nix
system-path.nix nixos: remove rsync from base install and add explicit path in nixos-install 2016-08-09 21:39:40 +01:00
timezone.nix
unix-odbc-drivers.nix
update-users-groups.pl update-users-groups.pl: correctly guard duplicate uids for declarative users 2016-08-30 17:14:14 +02:00
users-groups.nix
vpnc.nix
zram.nix modprobe service: drop kmod wrapper 2016-08-19 17:56:49 +03:00