1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/modules/config
Bjørn Forsman 6e528893a8 nixos/update-users-groups.pl: print UIDs and GIDs
Instead of showing this output from "nixos-rebuild switch":

  warning: not applying GID change of group ‘munin’
  warning: not applying UID change of user ‘ntp’

print this:

  warning: not applying GID change of group ‘munin’ (95 -> 102)
  warning: not applying UID change of user ‘ntp’ (3 -> 179)

This makes it possible for users to take action and fixup the UIDs/GIDs
that NixOS won't touch.
2016-07-01 13:13:46 +02:00
..
fonts config.fonts.fontdir: use runCommand instead of builderDefs 2016-05-26 22:39:01 +02:00
debug-info.nix
gnu.nix
i18n.nix
krb5.nix
ldap.nix ldap module: fix activationScripts declaration 2016-05-23 22:54:15 +02:00
networking.nix networking config: specify resolv.conf options as list of strings 2016-05-28 14:28:13 +02:00
no-x-libs.nix
nsswitch.nix
power-management.nix
pulseaudio.nix
shells-environment.nix Use shell packages to select the user's shell 2016-06-12 20:35:34 +01:00
swap.nix
sysctl.nix
system-environment.nix
system-path.nix
timezone.nix
unix-odbc-drivers.nix
update-users-groups.pl nixos/update-users-groups.pl: print UIDs and GIDs 2016-07-01 13:13:46 +02:00
users-groups.nix modules/users-groups: add shell example 2016-06-25 19:41:24 +02:00
vpnc.nix
zram.nix