mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
nixos/jenkins-service: fix 'group' option documentation
Both for master and slave.
This commit is contained in:
parent
1e9dee1854
commit
e856584e1a
|
@ -25,7 +25,8 @@ in {
|
|||
default = "jenkins";
|
||||
type = with types; string;
|
||||
description = ''
|
||||
User the jenkins server should execute under.
|
||||
If the default user "jenkins" is configured then this is the primary
|
||||
group of that user.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -33,7 +33,8 @@ in {
|
|||
default = "jenkins";
|
||||
type = with types; string;
|
||||
description = ''
|
||||
User the jenkins slave agent should execute under.
|
||||
If the default slave agent user "jenkins" is configured then this is
|
||||
the primary group of that user.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue