nixpkgs/nixos/modules/misc
Corey O'Connor 9b79d5b298 Add jenkins continuous integration server and user.
By default the jenkins server is executed under the user "jenkins". Which can be configured using
users.jenkins.* options. If a different user is requested by changing services.jenkins.user then
none of the users.jenkins options apply.

This patch does not include jenkins slave configuration. Some config options will probably change
when this is implemented.

Aspects like the user and environment are typically identical between slave and master. The service
configs are different. The design is for users.jenkins to cover the shared aspects while
services.jenkins and services.jenkins-slave cover the master and slave specific aspects,
respectively.

Another option would be to place everything under services.jenkins and have a config that selects
master vs slave.
2014-03-13 13:01:49 -07:00
..
assertions.nix Remove uses of the "merge" option attribute 2013-10-28 22:45:56 +01:00
check-config.nix Add lots of missing option types 2013-10-30 18:47:43 +01:00
crashdump.nix Add lots of missing option types 2013-10-30 18:47:43 +01:00
ids.nix Add jenkins continuous integration server and user. 2014-03-13 13:01:49 -07:00
lib.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
locate.nix Add lots of missing option types 2013-10-30 18:47:43 +01:00
nixpkgs.nix Mark the value for nixpkgs.system as a default 2013-11-01 00:35:48 +01:00
passthru.nix Add lots of missing option types 2013-10-30 18:47:43 +01:00
version.nix Don't set the default channel to 13.10 when installing from master 2013-11-11 11:26:15 +01:00