summary refs log tree commit diff
path: root/nixos/modules/services/continuous-integration/jenkins/slave.nix
Commit message (Collapse)AuthorAge
* nixos/jenkins/slave: fix evalworldofpeace2020-01-12
|
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos/jenkins: remove use of types.string (it's deprecated)Bjørn Forsman2014-09-09
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* nixos/jenkins-service: fix 'group' option documentationBjørn Forsman2014-04-09
| | | | Both for master and slave.
* remove users.jenkins config start on slave config.Corey O'Connor2014-03-13
Uses standard NixOS user config merging. Work in progress: The slave config does not actually start the slave agent. This just configures a jenkins user if required. Bare minimum to enable a nice jenkins SSH slave.