nixpkgs/modules
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
..
config fix nix-build trouble after fresh install: 2009-12-16 04:55:31 +00:00
hardware Adding support for the rt73 usb wifi nic firmware loading. 2009-09-18 20:49:12 +00:00
installer fix nixos-intall(2). Now the configuration is built correctly. 2009-12-15 23:26:55 +00:00
misc added privoxy nixos module 2009-10-05 15:11:32 +00:00
programs svn path=/nixos/trunk/; revision=18599 2009-11-24 15:05:08 +00:00
security * On the CD or on a newly installed system, create the root account 2009-10-15 14:41:59 +00:00
services Fix Monit upstart dependency 2009-12-15 13:32:10 +00:00
system * At the end of stage 1, reset /proc/sys/kernel/modprobe to 2009-12-15 18:31:21 +00:00
tasks * In the network-interfaces task, emit an ip-up event if there is a 2009-11-06 21:38:40 +00:00
testing due to new upstart version, vm tests didn't work anymore 2009-12-08 11:41:21 +00:00
virtualisation Adding a virtualisation option: run qemu without graphics. 2009-12-15 18:49:34 +00:00
module-list.nix Adding a module for system health monitoring (getting graphs generated by rrdtool 2009-12-09 21:45:59 +00:00
rename.nix * Obsoleted boot.initrd.extraKernelModules (use 2009-12-15 14:05:01 +00:00