nixpkgs/modules/config
Marc Weber 6c30ba3e48 fix nix-build trouble after fresh install:
problem:
Nix only recognizes nixbld users which have nixbld set in extraGroups.
After installation the user was created by activate with group='nixbld'
and extraGroups=[]
After rebooting a conditional shell script fixed this by adding
extraGroups=["nixbld"].

This patches creates the user they way it was in the past with
group='nobody' and extraGroups=["nixbld"].

Another solution would be making nix be aware of the primary group as
well. However this would require everyone to update Nix after updating
NixOS.

svn path=/nixos/trunk/; revision=18985
2009-12-16 04:55:31 +00:00
..
fonts.nix Make the Liberation Fonts available by default. 2009-07-09 12:10:58 +00:00
i18n.nix * Include only the en_US locale on the CD. This saves 75 MiB or so. 2009-06-05 17:19:30 +00:00
krb5.nix Add configurations for MIT kerberos. 2009-11-06 12:58:44 +00:00
ldap.nix * One down, three to go. 2009-05-29 10:04:04 +00:00
networking.nix Add `localhost' under its "real" host name to /etc/hosts. 2009-07-08 16:10:09 +00:00
no-x-libs.nix Refactoring modules and cleaning up a comment 2009-09-20 18:15:52 +00:00
nsswitch-mdns.conf * Refactoring: moved some options out of system/options.nix (almost 2009-05-27 23:14:38 +00:00
nsswitch.conf * Refactoring: moved some options out of system/options.nix (almost 2009-05-27 23:14:38 +00:00
nsswitch.nix Oops. 2009-06-26 21:39:31 +00:00
power-management.nix * Provide a convience option for commands that must be executed both 2009-11-15 12:56:40 +00:00
system-path.nix * Define the Upstart package to use in one place. 2009-11-06 09:36:35 +00:00
timezone.nix * Refactoring: moved some options out of system/options.nix (almost 2009-05-27 23:14:38 +00:00
unix-odbc-drivers.nix * More moving. 2009-05-25 14:19:33 +00:00
users-groups.nix fix nix-build trouble after fresh install: 2009-12-16 04:55:31 +00:00